mirror of
https://github.com/ctm/executor.git
synced 2024-11-23 05:33:16 +00:00
src/README has instructions on how to build that appear to work on Fedora 9
This commit is contained in:
parent
dc591a62a6
commit
ca6caa3455
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
build
|
17
src/README
17
src/README
@ -1,3 +1,16 @@
|
||||
$Id: README 63 2004-12-24 18:19:43Z ctm $
|
||||
Don't be mislead by configure.ac, Executor currently builds using an ancient
|
||||
configuration script. If you want to try to build a version of Executor for
|
||||
Linux, try doing this (*After you've done a make install of syn68k):
|
||||
|
||||
cd ..
|
||||
mkdir -p build/debug-linux
|
||||
cd build/debug-linux
|
||||
../../util/configure.sh '--target=i486-linux' '--host=i486-linux' '--front-end=x' '--target-gcc=gcc' '--cflags=-fno-strict-aliasing -I/usr/X11R6/include -DNDEBUG -O0 -finline-functions -g -Wall -DRELEASE_INTERNAL -DERROR_SUPPORTED_MASK="(~0)"' '--root=../..' '--target-file-format=glibc' '--sound=linux' '--syn68k-target=i486-linux-glibc'
|
||||
make
|
||||
|
||||
That should leave you with a binary called executor. Unfortunately, without
|
||||
a System Folder, Executor won't even come close to running.
|
||||
|
||||
I'll fiddle around a bit and figure out the easiest way to build a
|
||||
System Folder for Executor from the git repository and add that info next.
|
||||
|
||||
TODO
|
||||
|
Loading…
Reference in New Issue
Block a user