fix indentions

This commit is contained in:
Yuichi Nishiwaki 2014-06-16 02:12:05 +09:00
parent c208bf2259
commit 2bfc373ed4
1 changed files with 14 additions and 14 deletions

View File

@ -40,7 +40,7 @@ To build picrin, you need some build tools installed on your platform.
Because of submodule dependencies, it is necessary to get picrin's source code via git clone command. Basically our git dependencies are only due to submodules, so in fact, If you have no git on your machine, it is possible to build it by downloading a tarball from github page as well. But in such case, you are assumed to modify CMakeLists.txt by yourself to get it work completely. We just strongly recommend you to use git-clone.
### Generate `Makefile`
### Generate Makefile
Change directory to `build` then run `ccmake` to create Makefile. Once `Makefile` is generated you can run `make` command to build picrin.