Sami Vaarala
fc55a592bd
Misc genconfig changes: Makefile, README, dist
9 years ago
Sami Vaarala
783aa3892f
Replace DUK_CMDLINE_BAREBONES w/ DUK_CMDLINE_FANCY
The default is a barebones build and it happens without any specific options.
This is a better default for people trying Duktape out for the first time.
10 years ago
Sami Vaarala
e91393a241
Use duktape.org instead of www.duktape.org
10 years ago
Sami Vaarala
11b54b64a0
Make DUK_CMDLINE_BAREBONES the default
This will make it more probable that the initial compilation works without
investigating a linker error.
Ideally the Makefile would detect readline availability, but that would
require `uname` or some other platform hackery, which is probably too
heavyweight for a simple example Makefile.
10 years ago
Sami Vaarala
04aa6831dd
Fix Makefiles to work from dist root
10 years ago
Sami Vaarala
10f94b554d
Move files from examples to dist-files/
The coffeescript makefile is a special case, as it doesn't rely on Duktape.
10 years ago
Sami Vaarala
6571ce9e85
fix example makefile debug option examples (commented out)
11 years ago
Sami Vaarala
c552717fa6
tweak example makefiles with DUK_OPT_xxx examples
11 years ago
Sami Vaarala
7bc480d8c1
makefile tweaks: add -lncurses whenever -lreadline occurs, because readline requires ncurses on some systems (e.g. RHEL)
11 years ago
Sami Vaarala
dd4975cf92
add DUK_CMDLINE_BAREBONES (commented out) into the example makefile; make duktape cmdline banner indicate that readline is disabled
11 years ago
Sami Vaarala
fe4b62d7eb
remove ncurses/socket/fileio from cmdline (for now atleast); if DUK_CMDLINE_BAREBONES is defined, also remove other nonportable dependencies (readline, signals, rlimit)
11 years ago
Sami Vaarala
f9bbb93151
makefile trivia
11 years ago
Sami Vaarala
32299c0804
example makefile fixes
11 years ago
Sami Vaarala
fc92e97899
make the combined source the default, promoted one, rename it's dir from src-combined to src
11 years ago
Sami Vaarala
35f80df607
add separate example makefiles for a test program and a command line tool
11 years ago