Skip to content

Xynth is a portable embedded windowing system, client/server interface between display hardware (mouse, keyboard, video displays) and the desktop environment that works on many hardware, including embedded devices (handhelds, set-top boxes, etc.).

License

nvisa/xynth

 
 

Repository files navigation

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.

About

Xynth is a portable embedded windowing system, client/server interface between display hardware (mouse, keyboard, video displays) and the desktop environment that works on many hardware, including embedded devices (handhelds, set-top boxes, etc.).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.1%
  • C++ 7.1%
  • Makefile 0.5%
  • Objective-C 0.2%
  • Shell 0.1%
  • JavaScript 0.0%