Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

21 lines (18 loc) · 1.01 KB

Open-jLUISMR

Pure Julia based GUI for Modia built using Gtk

Packages needed:

Modia, Plots, Gtk

  1. In Julia type: ]
  2. Then type: add Modia, Plots, Gtk
  3. Download the files and extract the zip. Copy the folder named "Open_jLUISMR" to your working directory
  4. To find the working directory in Julia, type: pwd()
  5. Once the folder "Open_jLUISMR" has been in the directory shown using pwd(), run the following command: include(pwd() * "/Open_jLUISMR/jLUISMR.jl")
  6. jLUISMR should open and be ready to use! Please, create an Issue if you find any problems.
  • Please, notice that some of the packages may need some specific steps to be added to Julia. Follow the instructions in their webstites.

References: