Skip to content

Latest commit

 

History

History
77 lines (55 loc) · 1.04 KB

README.md

File metadata and controls

77 lines (55 loc) · 1.04 KB

LinkAgainstMyLibs

Link against my libraries (Forth, OpenGL, Logger, SimCity/GlassBox ...) to check if standalone project using them can compile.

Download

git clone git@github.com:Lecrapouille/LinkAgainstMyLibs.git --recurse-submodules

libSimForth

https://github.com/Lecrapouille/SimForth

Classic Forth interpreter:

cd Forth
make -j8
./build/Forth

Extended Forth interpreter:

cd ExtendedForth
make -j8
./build/ExtendedForth

libOpenGLCppWrapper

https://github.com/Lecrapouille/OpenGLCppWrapper

cd OpenGL
make -j8
./build/OpenGL

liblogger

https://github.com/Lecrapouille/MyLogger

cd Logger
make -j8
./build/Logger

libopenglassbox

https://github.com/Lecrapouille/OpenGlassBox

cd OpenGlassBox
make -j8
./build/OpenGlassBox

libtimedpetrineteditor

https://github.com/Lecrapouille/TimedPetriNetEditor

cd TimedPetriNetEditor
make -j8
./build/TimedPetriNetEditor

libzipper

https://github.com/Lecrapouille/zipper

cd Zipper
make -j8
./build/Zipper