-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathREADME
More file actions
31 lines (20 loc) · 711 Bytes
/
Copy pathREADME
File metadata and controls
31 lines (20 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Edit xynth.conf for your needs
# make menuconfig
# make all
# make dist
# make install
You may also use defult configs with;
make linux - linux default configuration
make linux-single - linux single app configuration
make mingw - mingw default configuration
make pspdev - pspdev default configuration
make gp2x - gp2x default configuration
after instalation xynth.conf will be located at $(CONFDIR).
by default $CONFDIR is /usr/local/share/xynth/configs, but might change
depending on your build configurations.
you can also change the paths as you wish from 'make menuconfig' -> Paths
option.
xynth& sleep 3; term
or,
xynth& sleep 3; desktop
look in FAQ file, for erors.