Update project instructions for Linux devs
This commit is contained in:
@@ -38,7 +38,7 @@ Flax Visual Studio extension provides better programming workflow, C# scripts de
|
|||||||
* Clone repo (with LFS)
|
* Clone repo (with LFS)
|
||||||
* Run **GenerateProjectFiles.bat**
|
* Run **GenerateProjectFiles.bat**
|
||||||
* Open `Flax.sln` and set solution configuration to **Editor.Development** and solution platform to **Win64**
|
* 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)
|
* Compile Flax project (hit F7 or CTRL+Shift+B)
|
||||||
* Run Flax (hit F5 key)
|
* 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 Mono ([https://www.mono-project.com/download/stable](https://www.mono-project.com/download/stable))
|
||||||
* Install Git with LFS
|
* 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 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)
|
* Clone repo (with LFS)
|
||||||
* Run `sudo bash GenerateProjectFiles.sh`
|
* Run `./GenerateProjectFiles.sh`
|
||||||
* Open workspace with Visual Code
|
* Open workspace with Visual Code
|
||||||
* Build and run
|
* Build and run (configuration and task named `Flax|Editor.Linux.Development|x64`)
|
||||||
|
|
||||||
## Workspace directory
|
## Workspace directory
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user