Difference between revisions of "Talk:Wii Signer"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== Usage == | == Usage == | ||
When will this be ready? (or) How do you use this program? I can't find anything on how to use it. | When will this be ready? (or) How do you use this program? I can't find anything on how to use it. | ||
− | :You have to compile it from source if you are using Windows. (This is done with Cygwin). I will try to include an exe soon. | + | :You have to compile it from source if you are using Windows. (This is done with Cygwin). <s>I will try to include an exe soon.</s> This probably won't happen (I can't get the windows cross-compiler to work). The steps are quite simple on Cygwin: |
+ | :# Google search, download the setup.exe | ||
+ | :# On the package installation screen, check openssl and openssl-dev as well as gcc and binutils (they should all be under "development"). Also, get make if it's there. | ||
+ | :# Unpack the archive in "C:\cygwin\home\`your username`", open bash, and type make. | ||
+ | : That should be all. |
Revision as of 23:26, 16 January 2009
Usage
When will this be ready? (or) How do you use this program? I can't find anything on how to use it.
- You have to compile it from source if you are using Windows. (This is done with Cygwin).
I will try to include an exe soon.This probably won't happen (I can't get the windows cross-compiler to work). The steps are quite simple on Cygwin:- Google search, download the setup.exe
- On the package installation screen, check openssl and openssl-dev as well as gcc and binutils (they should all be under "development"). Also, get make if it's there.
- Unpack the archive in "C:\cygwin\home\`your username`", open bash, and type make.
- That should be all.