Skip to content

FromAlaska/Miraculous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Miraculous

Amazing Graphics Display Kit

Created by:

Jim Samson (jasamson@alaska.edu)

A template made for creating SFML Projects.


Specifications

What can I run this on?

  • Windows 7, 8, 10
  • Mac OSX 10.10 to 10.16
  • Ubuntu 16.0 (Recommended)

Required packages/software

  • C++14 compiler
  • SFML 2.x.x
  • CMake 2.6.x or newer
  • GNU Make 4.x

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!

License

This project is protected under the GNU Public License. Please review the license in the Git Repository.

About

Miraculous: The SFML Framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published