Skip to content

Running the Linux Build on Windows 10

danwalmsley edited this page Aug 5, 2016 · 3 revisions
  1. From Bash on Windows 10, install mono by following the instructions: http://www.mono-project.com/docs/getting-started/install/linux/#debian-ubuntu-and-derivatives

  2. Download and install https://sourceforge.net/projects/vcxsrv/files/vcxsrv/1.18.3.0/

  3. Run the command from bash shell export DISPLAY=:0

Now you can either directly run AvalonStudio with the command: mono ./AvalonStudio.exe

or you can apt-get install monodevelop to develop directly on Ubuntu.