Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7f78aef

Browse files
authored
Update README.md
1 parent27a9bb0 commit7f78aef

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

‎README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Head to the [Releases](https://github.com/Llennpie/Venus/releases) page and foll
2020

2121
##Compilation (advanced)
2222

23-
Venus has been tested on both Windows (using[MSYS2 64-bit](https://www.msys2.org/)) and Ubuntu.
23+
Venus has been tested on both Windows (using[MSYS2 64-bit](https://www.msys2.org/)) and Ubuntu. You can compile the .dll or .so using the libsm64 repo and to do so:
2424

2525
First, install dependencies:
2626

@@ -33,12 +33,14 @@ pacman -S unzip make git mingw-w64-i686-gcc mingw-w64-x86_64-gcc mingw-w64-i686-
3333
sudo apt install build-essential git python3 libglew-dev libsdl2-dev
3434
```
3535

36-
Next, clone the project and build libsm64:
36+
Next, clone the project and build libsm64, after you do that paste the compiled file into the project.
3737

3838
```
39-
git clone https://github.com/Llennpie/Venus
40-
cdVenus
41-
./build-libsm64
39+
git clone https://github.com/libsm64/libsm64
40+
cdlibsm64
41+
make lib
4242
```
4343

4444
In order to play/test the project, a prior copy of the game is required. Place a vanilla*Super Mario 64* US ROM into the repo's directory and rename it to`baserom.us.z64`. After building the Unity project, place another`baserom.us.z64` next to the executable.
45+
46+
Make sure you also copy sm64extend.exe and assets.txt into the data folder of the Unity build so ROM asset extraction beyond Mario himself is fully possible.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp