Skip to content

Commit

Permalink
fix for Quarks when running headless
Browse files Browse the repository at this point in the history
Quarks.install need complete path to write to sclang.yaml
  • Loading branch information
redFrik committed Apr 12, 2018
1 parent 09179f4 commit b2f83f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ To run sclang+scsynth only from ssh...

* `export DISPLAY=:0.0`
* `cd supercolliderStandaloneRPI2`
* `./sclang -a -l sclang.yaml`
* `./sclang -a -l ~/supercolliderStandaloneRPI2/sclang.yaml`

NOTE: one can also specify a .scd file to load when starting sclang like this: `./sclang -a -l sclang.yaml mycode.scd`
NOTE: one can also specify a .scd file to load when starting sclang like this: `./sclang -a -l ~/supercolliderStandaloneRPI2/sclang.yaml mycode.scd`

- - -

Expand Down Expand Up @@ -115,4 +115,4 @@ installation:
startup:

* `cd supercolliderStandaloneRPI2`
* `xvfb-run --auto-servernum ./sclang -a -l sclang.yaml`
* `xvfb-run --auto-servernum ./sclang -a -l ~/supercolliderStandaloneRPI2/sclang.yaml`

0 comments on commit b2f83f4

Please sign in to comment.