changed some lines in the readme

This commit is contained in:
yusufkt0 2024-09-09 22:43:11 +03:00
parent 897d22b50e
commit de4902de61

View File

@ -21,14 +21,14 @@ sudo make install
> [!WARNING]
> If you are using ALT Linux, you should not use this EnTT installation method
#### ALT Linux based distro
#### ALT Linux based distros
```sh
su -
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
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
> ```
#### RHEL based distro
#### RHEL based distros
```sh
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
@ -62,7 +62,7 @@ If you use Wayland
sudo pacman -S glfw-wayland glew glm libpng libvorbis openal luajit
```
### Build engine with CMake
### Building engine with CMake
```sh
git clone --recursive https://github.com/MihailRis/VoxelEngine-Cpp.git
@ -73,7 +73,7 @@ cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
```
## Build project in macOS
## Building project in macOS
### 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 and OpenAL).
### Build engine with CMake
### Building engine with CMake
```sh
git clone --recursive https://github.com/MihailRis/VoxelEngine-Cpp.git
@ -97,7 +97,7 @@ cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
```
## Build in Windows
## Building in Windows
>[!NOTE]
> Requirement: