fix indentions
This commit is contained in:
parent
c208bf2259
commit
2bfc373ed4
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue