Dev86: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
Weibullguy (talk | contribs) Put the patches in our repository. noelks patch does the same thing as the previous sed. |
||
| Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
| http://homepage.ntlworld.com/robert.debath/dev86/Dev86src-{{Dev86-Version}}.tar.gz | |http://homepage.ntlworld.com/robert.debath/dev86/Dev86src-{{Dev86-Version}}.tar.gz | ||
| | |- | ||
{ | !Download Patch: | ||
|http://svn.cross-lfs.org/svn/repos/patches/dev86/dev86-{{Dev86-Version}}-noelks-1.patch | |||
|- | |- | ||
!Download | !Download Patch: | ||
| | |http://svn.cross-lfs.org/svn/repos/patches/dev86/dev86-{{Dev86-Version}}-x86_64-1.patch | ||
|} | |} | ||
---- | ---- | ||
{{Package-Introduction|Dev86 is a | {{Package-Introduction|Dev86 is a Linux 8086 development enviornment.}} | ||
== Non-Multilib == | == Non-Multilib == | ||
Revision as of 06:08, 23 October 2007
Introduction to Dev86
Dev86 is a Linux 8086 development enviornment.
Project Homepage: Unknown
Non-Multilib
Compile the package:
make
Install the package:
make install
Multilib
32bit
Compile the package:
patch -Np1 -i ../dev86-noelks.patch
make CC="gcc ${BUILD32}"
Install the package:
make install
N32
Compile the package:
patch -Np1 -i ../dev86-noelks.patch
make CC="gcc ${BUILDN32}"
Install the package:
make install
64Bit
Compile the package:
patch -Np1 -i ../dev86-noelks.patch
patch -Np1 -i ../dev86-x86_64.patch
make CC="gcc ${BUILD64}"
Install the package:
make install