obfc-ng-devel Mailing List for Optimizing BF Compiler (Next Generation)
Status: Pre-Alpha
Brought to you by:
merc64
You can subscribe to this list here.
| 2007 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|
|
From: David <dav...@gm...> - 2007-03-31 15:52:37
|
obfc-ng is now using autotools to generate build scripts. The
generated files are not under version control, so after a fresh
checkout from SVN, you will need to run:
$ aclocal
$ autoheader
$ autoconf
$ automake
before the normal build process ('./configure && make').
I believe you also need to run some of these commands when files are
added or certain autotools-related files are modified. You could run
all of them with every revision update, but be aware that it will cause
every file to be rebuilt even if it hasn't been modified and doesn't
depend on a modified file.
David
|