Browse Source

Update README.md

master
Martin Vladic 2 years ago
parent
commit
769166a3d5
  1. 6
      README.md

6
README.md

@ -11,7 +11,7 @@ To report an issue, use the [issues page](https://github.com/eez-open/eez-flow-t
``` ```
sudo apt-get update sudo apt-get update
sudo apt-get install -y git libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev cmake build-essential libbsd-dev sudo apt-get install -y git libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev cmake build-essential libbsd-dev
cd {{projectDirPath}} cd {{projectName}}
mkdir -p build/linux mkdir -p build/linux
cd build/linux cd build/linux
cmake ../.. cmake ../..
@ -42,10 +42,10 @@ set SDL2IMAGEDIR=..\SDL2_image-2.0.4
Execute `cmake.bat`: Execute `cmake.bat`:
``` ```
cd {{projectDirPath}} cd {{projectName}}}
.\cmake.bat .\cmake.bat
``` ```
Visual Studio solution is created in `{{projectDirPath}}\build\win32`. Visual Studio solution is created in `{{projectName}}\build\win32`.
Use Visual Studio to build the solution. Use Visual Studio to build the solution.

Loading…
Cancel
Save