Skip to content

Commit

Permalink
fixed readme conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Tumble committed Feb 16, 2021
2 parents 39ef4c3 + 59b00e8 commit e283b2f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,20 @@ Use the build tool [CMake](https://cmake.org/install/) to build cinnabar.

### Windows
[Visual Studio](https://visualstudio.microsoft.com/)

[VSCode](https://code.visualstudio.com/docs/cpp/config-msvc)
### Debian
```bash
sudo apt-get install build-essential cmake libsdl2-dev libglew-dev libglm-dev
```
### Arch
```bash
sudo pacman -S base-devel cmaka sdl2 glew glm
sudo pacman -S base-devel cmake sdl2 glew glm
```
### Redhat/Fedora
```bash
sudo dnf install kernel-devel cmake sdl
```
## building instrictions
## Build Instructions
```bash
mkdir build
cd build
Expand Down Expand Up @@ -73,4 +72,4 @@ Pull requests are welcome. For major changes, please open an issue first to disc

* XML based scene graph import
* Test ON Windows
* Port to Emscrpten
* Port to Emscripten

0 comments on commit e283b2f

Please sign in to comment.