diff --git a/README.md b/README.md index 3424240..6bf3aec 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ ## Resume ## Generate doc +To generate the documentation using doxygen, install it from there website for your plaform. +Then write commands : +```bash + cd dirs/to/bakara + doxygen +``` ## Prerequiste * A video/graphics card that supports OpenGL. @@ -15,6 +21,7 @@ ### Windows On windows, write commands : ```batch + cd C:\Users\username git clone https://github.com/anulax/bakara git submodule init git submodule update @@ -34,6 +41,7 @@ On linux (if you don't have premake5, install it with your distro's packet manag Then write commands : ```bash + cd ~/ git clone https://github.com/anulax/bakara git submodule init git submodule update diff --git a/manual/index.md b/manual/index.md index 871dcbd..b85d52a 100644 --- a/manual/index.md +++ b/manual/index.md @@ -14,7 +14,6 @@ On windows, write commands : Or use visual studio 2022 to build your project. ### Linux ---- On linux (if you don't have premake5, install it with your distro's packet manager). You have two env variable to change build proccess : | Name | Value |