changed some lines in the readme
This commit is contained in:
parent
897d22b50e
commit
de4902de61
16
README.md
16
README.md
@ -21,14 +21,14 @@ sudo make install
|
|||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
> If you are using ALT Linux, you should not use this EnTT installation method
|
> If you are using ALT Linux, you should not use this EnTT installation method
|
||||||
|
|
||||||
#### ALT Linux based distro
|
#### ALT Linux based distros
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
su -
|
su -
|
||||||
apt-get install entt-devel libglfw3-devel libGLEW-devel libglm-devel libpng-devel libvorbis-devel libopenal-devel libluajit-devel libstdc++13-devel-static
|
apt-get install entt-devel libglfw3-devel libGLEW-devel libglm-devel libpng-devel libvorbis-devel libopenal-devel libluajit-devel libstdc++13-devel-static
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Debian based distro
|
#### Debian based distros
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo apt install libglfw3-dev libglfw3 libglew-dev libglm-dev libpng-dev libopenal-dev libluajit-5.1-dev libvorbis-dev
|
sudo apt install libglfw3-dev libglfw3 libglew-dev libglm-dev libpng-dev libopenal-dev libluajit-5.1-dev libvorbis-dev
|
||||||
@ -42,13 +42,13 @@ sudo apt install libglfw3-dev libglfw3 libglew-dev libglm-dev libpng-dev libopen
|
|||||||
> sudo ln -s /usr/include/luajit-2.1 /usr/include/lua
|
> sudo ln -s /usr/include/luajit-2.1 /usr/include/lua
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
#### RHEL based distro
|
#### RHEL based distros
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo dnf install glfw-devel glfw glew-devel glm-devel libpng-devel libvorbis-devel openal-devel luajit-devel
|
sudo dnf install glfw-devel glfw glew-devel glm-devel libpng-devel libvorbis-devel openal-devel luajit-devel
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Arch based distro
|
#### Arch based distros
|
||||||
|
|
||||||
If you use X11
|
If you use X11
|
||||||
|
|
||||||
@ -62,7 +62,7 @@ If you use Wayland
|
|||||||
sudo pacman -S glfw-wayland glew glm libpng libvorbis openal luajit
|
sudo pacman -S glfw-wayland glew glm libpng libvorbis openal luajit
|
||||||
```
|
```
|
||||||
|
|
||||||
### Build engine with CMake
|
### Building engine with CMake
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone --recursive https://github.com/MihailRis/VoxelEngine-Cpp.git
|
git clone --recursive https://github.com/MihailRis/VoxelEngine-Cpp.git
|
||||||
@ -73,7 +73,7 @@ cmake -DCMAKE_BUILD_TYPE=Release ..
|
|||||||
cmake --build .
|
cmake --build .
|
||||||
```
|
```
|
||||||
|
|
||||||
## Build project in macOS
|
## Building project in macOS
|
||||||
|
|
||||||
### Install libraries
|
### Install libraries
|
||||||
|
|
||||||
@ -86,7 +86,7 @@ brew install glfw3 glew glm libpng libvorbis lua luajit openal-soft skypjack/ent
|
|||||||
> ```lua luajit openal-soft```, then download, install and compile them manually
|
> ```lua luajit openal-soft```, then download, install and compile them manually
|
||||||
> (Lua, LuaJIT and OpenAL).
|
> (Lua, LuaJIT and OpenAL).
|
||||||
|
|
||||||
### Build engine with CMake
|
### Building engine with CMake
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone --recursive https://github.com/MihailRis/VoxelEngine-Cpp.git
|
git clone --recursive https://github.com/MihailRis/VoxelEngine-Cpp.git
|
||||||
@ -97,7 +97,7 @@ cmake -DCMAKE_BUILD_TYPE=Release ..
|
|||||||
cmake --build .
|
cmake --build .
|
||||||
```
|
```
|
||||||
|
|
||||||
## Build in Windows
|
## Building in Windows
|
||||||
|
|
||||||
>[!NOTE]
|
>[!NOTE]
|
||||||
> Requirement:
|
> Requirement:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user