Software for klaculate.
- FastCGI:
pkg install fcgi-devkit
(www/fcgi
)
Please Note: Dependencies that are part of the base OS are not listed here.
- CMake:
pkg install cmake
(devel/cmake
)
Please Note: Dependencies that are part of the base OS are not listed here.
After checkout, cd
into the checked-out project folder and then simply do the following:
cmake .
make
To run:
./build/bin/klaculate -dp
klaculate [-dpt]
-d : Don't daemonize (don't detach)
-p : Don't write pidfile
-t : Don't set signal traps (probably never use this)
clean.sh
- callsmake clean
(if needed) and then scrubs the folder.debug.sh
- runs GDB. With no arguments, runs GDB against a core dump (klaculate.core
). When supplied with a PID, attaches to that PID.llvm-debug.sh
- runs LLDB. With no arguments, runs LLDB against a core dump (klaculate.core
). When supplied with a PID, attaches to that PID.ver.sh
- Used bycmake
to make a version string. Not meant to be used by itself.updateserver.sh
- Synchronizes local stuffs with the server.