Update project instructions for Linux devs

This commit is contained in:
Wojtek Figat
2021-02-25 16:41:55 +01:00
parent 27d53b69dc
commit e9adaa7c87

View File

@@ -38,7 +38,7 @@ Flax Visual Studio extension provides better programming workflow, C# scripts de
* Clone repo (with LFS)
* Run **GenerateProjectFiles.bat**
* Open `Flax.sln` and set solution configuration to **Editor.Development** and solution platform to **Win64**
* Set Flax or FlaxEngine as startup project
* Set Flax (C++) or FlaxEngine (C#) as startup project
* Compile Flax project (hit F7 or CTRL+Shift+B)
* Run Flax (hit F5 key)
@@ -48,11 +48,11 @@ Flax Visual Studio extension provides better programming workflow, C# scripts de
* Install Mono ([https://www.mono-project.com/download/stable](https://www.mono-project.com/download/stable))
* Install Git with LFS
* Install requried packages: `sudo apt-get install nuget autoconf libtool libogg-dev automake build-essential gettext cmake python curl libtool-bin libx11-dev libpulse-dev libasound2-dev libjack-dev portaudio19-dev libcurl4-gnutls-dev`
* Install compiler `sudo apt-get install clang-7 lldb-7 lld-7`
* Install compiler `sudo apt-get install clang lldb lld` (Clang 6 or newer)
* Clone repo (with LFS)
* Run `sudo bash GenerateProjectFiles.sh`
* Run `./GenerateProjectFiles.sh`
* Open workspace with Visual Code
* Build and run
* Build and run (configuration and task named `Flax|Editor.Linux.Development|x64`)
## Workspace directory