|
|
|
@ -1,9 +1,9 @@ |
|
|
|
|
\mainpage Bakara Manual |
|
|
|
|
|
|
|
|
|
## Build |
|
|
|
|
On windows, make sure you have ms-compiler for C++.<br> |
|
|
|
|
Then write commands : |
|
|
|
|
```bash |
|
|
|
|
### Windows |
|
|
|
|
On windows, write commands : |
|
|
|
|
```batch |
|
|
|
|
git clone https://github.com/anulax/bakara |
|
|
|
|
git submodule init |
|
|
|
|
git submodule update |
|
|
|
@ -11,8 +11,9 @@ Then write commands : |
|
|
|
|
dotnet build |
|
|
|
|
dotnet run |
|
|
|
|
``` |
|
|
|
|
Or use vs2022 to build your project. |
|
|
|
|
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 : |
|
|
|
|
|
|
|
|
@ -30,6 +31,3 @@ Then write commands : |
|
|
|
|
(export clearbin=1 autoexec=1) |
|
|
|
|
./build.sh config=release |
|
|
|
|
``` |
|
|
|
|
--- |
|
|
|
|
## Tuto |
|
|
|
|
(to do) |
|
|
|
|