-
Notifications
You must be signed in to change notification settings - Fork 0
License
kslazarev/waffles
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Build Instructions: Linux: 1- Install g++ and make (if they are not already installed) On Debian, Ubuntu, and derivatives: sudo apt-get install g++ make On Red Hat, Fedora, and derivatives: sudo yum install g++ make 2- cd src 3- sudo make install To uninstall: sudo make uninstall To build optimized binaries without installing them: make opt To build demo apps and additional tools: see web/docs.html Windows: 1- Install Microsoft Visual C++ 2010 Express Edition. 2- File->Open->Project/Solution 3- Open waffles\src\waffles.sln 4- Change to Release mode. 5- Build (F7). 6- Set the startup app to the app you want to try. 7- Set any relevant arguments in Project->Properties-> Debugging->Command Arguments 8- Run it (F5). If you also want to try the demo apps: 9- Open waffles\demos\demos.sln in Visual C++. 10- Build (F7). 11- Set the startup app to the app you want to try. 12- Run it (F5). OSX: 1- Install Fink or some other UNIX package manager. 2- Install the following packages. g++ make 3- cd waffles/src 4- make opt To build demo apps and additional tools: see web/docs.html For more detailed instructions, troubleshooting help, an overview of this toolkit, and instructions for using it, see web/docs.html.
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published