Amazing Graphics Display Kit
Created by:
Jim Samson (jasamson@alaska.edu)
A template made for creating SFML Projects.
What can I run this on?
- Windows 7, 8, 10
- Mac OSX 10.10 to 10.16
- Ubuntu 16.0 (Recommended)
Required packages/software
This project can be built using a terminal:
- Clone the repo from GitHub
$ git clone https://github.com/FromAlaska/Miraculous.git
- Change the directory to cloned git repository and create a build folder, then change the directory in it.
$ cd Miraculous $ mkdir build $ cd build/
- Let CMake generate the MakeFile for you:
$ cmake ..
- If all the packages are correctly installed, run the MakeFile to create the executable.
$ make
- If you really like this project, you can install it on this computer
$ make install
- Now, you may able to run the application by using the following command:
$ ./Miraculous
- Thank You!
This project is protected under the GNU Public License. Please review the license in the Git Repository.