You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Sharpii .Net Core Port - A command line libWiiSharp tool ported for all OS's.
1
+
# Sharpii .Net Core Port - A command line libWiiSharp tool ported for all OS's
2
2
3
3
## Repo info
4
-
Sharpii is a command line app for windows that person66 made and was ported to .Net Core by TheShadowEevee, which uses leathl's libWiiSharp to perform tasks such as:
4
+
5
+
Sharpii is a command line app for windows that person66 made and was ported to .Net by TheShadowEevee, which uses leathl's libWiiSharp to perform tasks such as:
6
+
5
7
- Pack, unpack, or edit .wad files
6
8
- Pack, and unpack U8 archives
7
9
- Patch IOS .wad files with various patches
@@ -11,19 +13,23 @@ Sharpii is a command line app for windows that person66 made and was ported to .
11
13
- Send a .dol or .wad to the Homebrew Channel over Wi-Fi
12
14
13
15
## Download
14
-
You can download the latest version of Sharpii on the project's releases page: https://github.com/TheShadowEevee/Sharpii-NetCore/releases/
15
-
Releases will have certain executables pre-made. If an executable you need isn't there, you can follow the compilation instructions in the wiki. I will compile this myself for certain people if asked via Discord (Usually for projects such as RC24's Linux patcher.)
16
+
17
+
You can download the latest version of Sharpii on the project's releases page: <https://github.com/TheShadowEevee/Sharpii-NetCore/releases/>
18
+
Releases will have certain executables pre-made. If an executable you need isn't there, you can follow the compilation instructions in the wiki. I will compile this myself for certain people if asked via Discord (Usually for projects such as RC24's Linux patcher.)
16
19
17
20
## Compiling
21
+
18
22
To compile, do the following:
19
-
1. Ensure you have the .Net Core SDK installed. Sharpii-NetCore is compiled normally with the latest v5.
23
+
24
+
1. Ensure you have the [.Net SDK](https://github.com/dotnet/core) installed. Sharpii-NetCore is compiled normally with v5. v6 is currently being tested.
20
25
2. Run `git clone https://github.com/TheShadowEevee/Sharpii-NetCore`
21
26
3. Move into the new directory and run `dotnet publish -c {type} -r {RID}` replacing `{type}` with Debug or Release and `{RID}` with a valid RID from [here](https://docs.microsoft.com/en-us/dotnet/core/rid-catalog) or [here](https://github.com/dotnet/runtime/blob/main/src/libraries/Microsoft.NETCore.Platforms/src/runtime.json).
22
27
4. Binaries are shipped as .7z files on ultra compression.
23
28
24
29
## Issues/Pull Requests
25
-
All issues with this version of Sharpii should go in this fork's issue tracker. I will look into any issue whether it's caused by the port or a remenant from the original iteration of Sharpii. Pull requests are appreciated if they fix an issue, but it may take a bit to review.
26
30
31
+
All issues with this version of Sharpii should go in this fork's issue tracker. I will look into any issue whether it's caused by the port or a remenant from the original iteration of Sharpii. Pull requests are appreciated if they fix an issue, but it may take a bit to review.
27
32
28
33
## Giving Credit
34
+
29
35
No credit is needed to use this program! If you do give credit, make sure to put the original creator(s) names first! (person66 for Sharpii, and leathl for libWiiSharp)
0 commit comments