Skip to content

Experimental documentation preparation facility

License

Notifications You must be signed in to change notification settings

gck-ableton/textbook

 
 

Repository files navigation

Build Status

Textbook is an experimental documentation preparation facility. It will use a pluggable and extensible architecture.

Requirements

  • cmake >= 2.8.12
  • a decent c++11 enabled compiler, apple's clang "6.0" should do

Development is happening mostly on Mac OS X for now.

Build and Test

git submodule update --init --recursive
mkdir build
cd build
cmake ..
cmake --build .

The unit tests can be executed with ctest:

ctest -V

About

Experimental documentation preparation facility

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 81.2%
  • Scheme 9.1%
  • Emacs Lisp 4.4%
  • JavaScript 1.9%
  • TeX 1.8%
  • CMake 1.4%
  • Other 0.2%