45
46
47
48
49
50
51
52
53
54
|
2.1 Compiling The Special Interpreter
-------------------------------------
To build wapptclsh, make a copy of either Makefile or Makefile.macos in the
top-level directory of the source tree. Change a few settings. (This step is
not hard as each Makefile is less than 20 lines long.) Then run the Makefile.
There is no configure scripts or other automation to help do the build. Maybe
we will add one someday. But for now, the Makefile is simple enough to work
stand-alone.
|
|
|
45
46
47
48
49
50
51
52
53
54
|
2.1 Compiling The Special Interpreter
-------------------------------------
To build wapptclsh, make a copy of either Makefile or Makefile.macos in the
top-level directory of the source tree. Change a few settings. (This step is
not hard as each Makefile is less than 20 lines long.) Then run the Makefile.
There is no configure script or other automation to help do the build. Maybe
we will add one someday. But for now, the Makefile is simple enough to work
stand-alone.
|