Next: Building from Scheme Sources, Previous: File Organization, Up: Overview [Contents][Index]
WB unpacks into a directory called ‘wb’.
If you plan to use WB with SCM, the directories scm and wb should be in the same directory. Doing ‘make wbscm.so’ in the scm directory compiles a dynamically linkable object file from the WB C source. Including the ‘-F wb’ option to an executable build compiles the WB interface into the executable. It is not necessary to compile anything in wb directory.
make all
Compiles libwb, wbscm.so, java/wb.jar, csharp/Wb.dll and the wbcheck executable.
make install
Installs libwb, wbscm.so, java/wb.jar, and
wbcheck in the $(prefix)
tree, as assigned in the
Makefile.