Difference between revisions of "Dev86"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Put the patches in our repository. noelks patch does the same thing as the previous sed.) |
(→32bit) |
||
Line 31: | Line 31: | ||
Compile the package: | Compile the package: | ||
− | patch -Np1 -i ../dev86-noelks.patch | + | patch -Np1 -i ../dev86-0.16.17-noelks.patch |
make CC="gcc ${BUILD32}" | make CC="gcc ${BUILD32}" | ||
Revision as of 20:25, 8 January 2008
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-0.16.17-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