Merge pull request #301 from yusufkt0/master
changed some lines in the readme
This commit is contained in:
commit
a034053a2f
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 libcurl-devel
|
apt-get install entt-devel libglfw3-devel libGLEW-devel libglm-devel libpng-devel libvorbis-devel libopenal-devel libluajit-devel libstdc++13-devel-static libcurl-devel
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 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 libcurl4-openssl-dev
|
sudo apt install libglfw3-dev libglfw3 libglew-dev libglm-dev libpng-dev libopenal-dev libluajit-5.1-dev libvorbis-dev libcurl4-openssl-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 libcurl-devel
|
sudo dnf install glfw-devel glfw glew-devel glm-devel libpng-devel libvorbis-devel openal-devel luajit-devel libcurl-devel
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Arch based distro
|
#### Arch based distros
|
||||||
|
|
||||||
If you use X11
|
If you use X11
|
||||||
|
|
||||||
@ -68,7 +68,7 @@ And you need entt. In yay you can use
|
|||||||
yay -S entt
|
yay -S entt
|
||||||
```
|
```
|
||||||
|
|
||||||
### 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
|
||||||
@ -79,7 +79,7 @@ cmake -DCMAKE_BUILD_TYPE=Release ..
|
|||||||
cmake --build .
|
cmake --build .
|
||||||
```
|
```
|
||||||
|
|
||||||
## Build project in macOS
|
## Building project in macOS
|
||||||
|
|
||||||
### Install libraries
|
### Install libraries
|
||||||
|
|
||||||
@ -92,7 +92,7 @@ brew install glfw3 glew glm libpng libvorbis lua luajit libcurl openal-soft skyp
|
|||||||
> ```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
|
||||||
@ -103,7 +103,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