Line 35:
Line 35:
# Extract it and place the .a in "devkitpro\libogc\lib\wii" and the folder "png" in "devkitpro\libogc\include".
# Extract it and place the .a in "devkitpro\libogc\lib\wii" and the folder "png" in "devkitpro\libogc\include".
# It's done !
# It's done !
+
+
[OPTIONAL] You'll need to set the environment variable if you want to compile the library.
+
# Right-Click on My Computer -> Properties.
+
# Go to advances et click Environment Variables on the bottom.
+
# Verify that the DEVKITPRO and DEVKITPPC are already in there.
+
# Add that variable : "MLPATH" and its value "/path/to/MLlib" (It should be "c:/devkitpro/MLlib")
Now the '''MLlib'''.
Now the '''MLlib'''.
Line 51:
Line 57:
# Extract it and place the .a in "devkitpro/libogc/lib/wii" and the folder "png" in "devkitpro/libogc/include".
# Extract it and place the .a in "devkitpro/libogc/lib/wii" and the folder "png" in "devkitpro/libogc/include".
# It's done !
# It's done !
+
+
[OPTIONAL] You'll need to set the environment variable if you want to compile the library.
+
# Edit the file "/etc/environment" in root mode (sudo gedit /etc/environment)
+
# Add these lines (the first two should already be in the file) : DEVKITPRO="/path/to/devkitpro" DEVKITPPC="/path/to/devkitpro/devkitPPC" MLPATH="/path/to/devkitpro/MLlib"
+
# Save and close the editor.
+
# Type "source /etc/environment" in the console or reboot.
Now the '''MLlib'''.
Now the '''MLlib'''.