forked from l29ah/ayfly
-
Notifications
You must be signed in to change notification settings - Fork 0
linulin/ayfly
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
How-to compile Ayfly: wxWidgets is required to build the program. Tested with version 3.2.x. For Linux SDL library is also required. Installing build dependencies on Debian 12 ("bookworm"): sudo apt install build-essential automake libwxgtk3.2-dev libsdl1.2-dev Ayfly uses standard automake tools. You can build it as follows: For Linux: autoreconf -i && ./configure && make && sudo make install For Windows (mingw32): autoreconf -i && ./configure mingw32 && make && make install s60 directory is for symbian 9 build. * When (cross-)compiling ayfly with mingw you need mingw-g++, mingw-gcc, wxWidgets library and friends in your PATH. * DirectX libraties are required. You should copy headers in /path/to/directx/include and libs in /path/to/directx/lib. Default path is /opt/directx
About
Cross-platform AY-3-8910 music player
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 60.8%
- C++ 33.3%
- Shell 4.8%
- Other 1.1%