Dev86: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
No edit summary
Line 19: Line 19:
Compile the package:
Compile the package:


patch -Np1 -i ../dev86-{{Dev86-Version}}-noelks-1.patch &&
  make
  make


Line 31: Line 32:
Compile the package:
Compile the package:


  patch -Np1 -i ../dev86-{{Dev86-Version}}-noelks-1.patch
  patch -Np1 -i ../dev86-{{Dev86-Version}}-noelks-1.patch &&
  make CC="gcc ${BUILD32}"
  make CC="gcc ${BUILD32}"


Line 42: Line 43:
Compile the package:
Compile the package:


  patch -Np1 -i ../dev86-{{Dev86-Version}}-noelks-1.patch  
  patch -Np1 -i ../dev86-{{Dev86-Version}}-noelks-1.patch &&
  make CC="gcc ${BUILDN32}"
  make CC="gcc ${BUILDN32}"


Line 53: Line 54:
Compile the package:
Compile the package:


  patch -Np1 -i ../dev86-{{Dev86-Version}}-noelks-1.patch  
  patch -Np1 -i ../dev86-{{Dev86-Version}}-noelks-1.patch &&
  patch -Np1 -i ../dev86-{{Dev86-Version}}-x86_64-1.patch  
  patch -Np1 -i ../dev86-{{Dev86-Version}}-x86_64-1.patch &&
  make CC="gcc ${BUILD64}"  
  make CC="gcc ${BUILD64}"  



Revision as of 16:45, 9 January 2008

Download Source: http://homepage.ntlworld.com/robert.debath/dev86/Dev86src-0.16.17.tar.gz
Download Patch: http://svn.cross-lfs.org/svn/repos/patches/dev86/dev86-0.16.17-noelks-1.patch
Download Patch: http://svn.cross-lfs.org/svn/repos/patches/dev86/dev86-0.16.17-x86_64-1.patch

Introduction to Dev86

Dev86 is a Linux 8086 development enviornment.

Project Homepage: Unknown

Non-Multilib

Compile the package:

patch -Np1 -i ../dev86-0.16.17-noelks-1.patch &&
make

Install the package:

make install

Multilib

32bit

Compile the package:

patch -Np1 -i ../dev86-0.16.17-noelks-1.patch &&
make CC="gcc ${BUILD32}"

Install the package:

make install

N32

Compile the package:

patch -Np1 -i ../dev86-0.16.17-noelks-1.patch  &&
make CC="gcc ${BUILDN32}"

Install the package:

make install

64Bit

Compile the package:

patch -Np1 -i ../dev86-0.16.17-noelks-1.patch &&
patch -Np1 -i ../dev86-0.16.17-x86_64-1.patch &&
make CC="gcc ${BUILD64}" 

Install the package:

make LIBDIR=/usr/lib64/bcc INCLDIR=/usr/lib64/bcc install
Retrieved from "?title=Dev86&oldid=12598"