mirror of
https://github.com/flibitijibibo/RogueLegacy1.git
synced 2025-12-06 02:30:51 -08:00
This commit is contained in:
parent
59a6fbec87
commit
3fc58349af
1 changed files with 2 additions and 2 deletions
|
|
@ -24,10 +24,10 @@ First, download this repository, FNA, and the native FNA libraries:
|
||||||
```
|
```
|
||||||
git clone --recursive https://github.com/FNA-XNA/FNA.git
|
git clone --recursive https://github.com/FNA-XNA/FNA.git
|
||||||
git clone --recursive https://github.com/flibitijibibo/RogueLegacy1.git
|
git clone --recursive https://github.com/flibitijibibo/RogueLegacy1.git
|
||||||
curl -O https://fna.flibitijibibo.com/archive/fnalibs3.tar.bz2
|
|
||||||
tar xvfj fnalibs3.tar.bz2 --one-top-level
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You can find the latest fnalibs at [this](https://github.com/FNA-XNA/fnalibs-dailies) repository.
|
||||||
|
|
||||||
From here you should be able to `dotnet build RogueLegacy.sln`. The output
|
From here you should be able to `dotnet build RogueLegacy.sln`. The output
|
||||||
should be at `RogueCastle/bin/x64/Debug/net40/`.
|
should be at `RogueCastle/bin/x64/Debug/net40/`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue