Directory of e:\glindra\win32\build\Go to this directory to build Glindra from source.
360 build_all.bat
620 build_main.bat
311 build_sub.bat
40 cleanup.bat
26 install.bat
----------
2 kb total, 5 files
You will probably have chosen other directories during installation, so you'll have to edit the batch files build_sub and build_main before you can run them. (build_all does not have to be edited, as it just calls the other batch files.)
build_sub.bat and build_main.bat use the following filenames:
Edit build_sub.bat and build_main.bat so that they reflect the actual locations of these directories.Include files
c:\app\Boost\include\ e:\glindra\src\Object libraries
c:\app\Boost\lib\ e:\glindra\win32\build\The Glindra library is created by the build_all / build_sub batch file, so it does not have to exist beforehand. The name has to be correct in the batch file, though.Object file
c:\app\mingw\lib\CRT_noglob.oThis file needs to be linked into the binaries as the first object file, in order to suppress Unix-style "globbing" of the command line arguments.
> build_allThis will build the libglindra.a library and the executables, and leave them in the build\ directory.
To copy them to the e:\glindra\bin\ directory, type
> install
After you have done this, you can type
> cleanupto delete the temporary files, the binaries, and the Glindra object library from the build\ directory.
Directory of /home/chris/glindra/linux/build/
457 build_all.sh
461 build_main.sh
287 build_sub.sh
25 cleanup.sh
53 install.sh
----------
2 kb total, 5 files
Go to this directory to build Glindra from source.
You will probably have chosen other directories during installation, so you'll have to edit the batch files build_sub and build_main before you can run them. (build_all does not have to be edited, as it just calls the other batch files.)
build_sub.bat and build_main.bat use the following filenames:
Edit build_sub.bat and build_main.bat so that they reflect the actual locations of these directories.Include files
/usr/local/include/boost /home/chris/glindra/src/Object libraries
/usr/local/lib/libboost_regex-gcc.a /usr/local/lib/-lboost_filesystem-gcc.a /home/chris/glindra/linux/build/libglindra.aThe Glindra library is created by the build_all / build_sub batch file, so it does not have to exist beforehand. The name has to be correct in the batch file, though.
> build_all.shThis will build the libglindra.a library and the executables, and leave them in the build/ directory.
To move them to the /home/chris/glindra/bin/ directory, type
> install.sh
After you have done this, you can type
> cleanup.shto delete the temporary files and the Glindra object library from the build/ directory.