Skip to content

Commit

Permalink
R
Browse files Browse the repository at this point in the history
EADME.md update
  • Loading branch information
TricksterGuy committed Jan 4, 2015
1 parent 026afa6 commit f6204db
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
nin10kit
========

#Compiling (temporary)
#Compiling
You can run sudo ./setup.sh which does the tasks in the list below.

1. Ensure you have a C++ compiler (sudo apt-get install build-essential)
2. Install dependency wxWidgets 3.0 (sudo apt-get install libwxgtk3.0-dev)
3. Install dependency Magick++ (sudo apt-get install libmagick++-dev libmagickcore-dev libmagickwand-dev)
4. Build the program (make)
5. Install the program (sudo make install)


#Compiling with CMake (Advanced)

To compile this program you will need the following things installed

Expand Down

0 comments on commit f6204db

Please sign in to comment.