File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed
Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -98,14 +98,17 @@ also allowing to use it offline!
98984 . Enjoy!
9999
100100#### Linux
101- 1 . Clone the repository:
102- ``` bash
103- git clone https://github.com/spessasus/SpessaSynth --depth 1
104- cd SpessaSynth
105- npm start
106- ```
101+ 1 . [ Download the program] ( https://spessasus.github.io/SpessaSynth/SpessaSynth-LocalEdition.zip ) .
1071022 . Put your SoundFonts into the ` soundfonts ` folder (you can select SoundFonts in the program).
108- 3 . Enjoy!
103+ 3 . ` node server/server.js `
104+ 4 . Enjoy!
105+
106+ ### Building from source
107+ ``` shell
108+ git clone " https://github.com/spessasus/SpessaSynth"
109+ npm i
110+ npm run build
111+ ```
109112
110113[ If you would like to help translate SpessaSynth, please read this guide (and thank you!)] ( src/website/js/locale/locale_files/README.md )
111114
Original file line number Diff line number Diff line change 44 */
55export const WHATS_NEW = [
66 `This menu!` ,
7- `SF2. DLS Editor: SpessaFont!` ,
7+ `SF2/ DLS Editor: SpessaFont!` ,
88 `New demo song: TV WORLD!` ,
99 `Performance improvements!` ,
1010 `New rendered mode: Filled Waveforms!` ,
You can’t perform that action at this time.
0 commit comments