Skip to content
Snippets Groups Projects
Commit 1886049f authored by Fredrik Bagge Carlson's avatar Fredrik Bagge Carlson
Browse files

Update install instructions

parent 20d3127d
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -15,8 +15,7 @@ printf 'export JULIA_EDITOR=gedit\n' >> julialab1 ...@@ -15,8 +15,7 @@ printf 'export JULIA_EDITOR=gedit\n' >> julialab1
printf 'julia6\n' >> julialab1 printf 'julia6\n' >> julialab1
chmod +x julialab1 chmod +x julialab1
``` ```
(Feel free to choose another text editor if you don't like gedit.) At the moment, this has to be done every time you restart the terminal (Anders Blomdell will fix). (Feel free to choose another text editor if you don't like gedit.) This step only needs to be done once. Henceforth you can start julia with the environment setup by running `./julialab1` in the current directory.
This step only needs to be done once. Henceforth you can start julia woth the environment setup by running `./julialab1` in the current directory.
4. Start `./julialab` 4. Start `./julialab`
5. Install `BallAndBeam.jl` using command `Pkg.clone("https://gitlab.control.lth.se/processes/BallAndBeam.jl.git"); using BallAndBeam` Lots of packages will now be installed, this will take some time. 5. Install `BallAndBeam.jl` using command `Pkg.clone("https://gitlab.control.lth.se/processes/BallAndBeam.jl.git"); using BallAndBeam` Lots of packages will now be installed, this will take some time.
6. Type `cp(Pkg.dir("BallAndBeam","src","FRTN35_lab1.jl"), "FRTN35_lab1.jl"); edit("FRTN35_lab1.jl")`. The script `FRTN35_lab1.jl` will now open in the chosen text editor, edit it while following the lab manual. If unsure about how a function works, type `?function_name` for help. 6. Type `cp(Pkg.dir("BallAndBeam","src","FRTN35_lab1.jl"), "FRTN35_lab1.jl"); edit("FRTN35_lab1.jl")`. The script `FRTN35_lab1.jl` will now open in the chosen text editor, edit it while following the lab manual. If unsure about how a function works, type `?function_name` for help.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment