Changed mainpage of the doc and the README

dev
anulax1225 ago%!(EXTRA string=1 year)
parent 807995281d
commit 806fe28546
  1. 8
      README.md
  2. 1
      manual/index.md

@ -3,6 +3,12 @@
## Resume
## Generate doc
To generate the documentation using doxygen, <a>install</a> 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

@ -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 |

Loading…
Cancel
Save