extend doc

This commit is contained in:
Radovan Bast
2015-07-27 20:29:48 +02:00
parent d3910cd04d
commit 7c52934091
8 changed files with 52 additions and 28 deletions

View File

@ -1,7 +1,17 @@
FAQ
===
FAQ for users
=============
TLDR How do I compile the code?
-------------------------------
::
$ python setup.py [-h]
$ cd build
$ make
How can I specify the compiler?