Unix build steps cover where to put nuget
This commit is contained in:
parent
1995161b5e
commit
28e35fda64
1 changed files with 2 additions and 1 deletions
|
|
@ -155,9 +155,10 @@ You need to re-run the patcher any time `OTAPI` updates. You need to rebuild `Te
|
||||||
|
|
||||||
1. You need to get NuGet. Download the latest `nuget.exe` from [NuGet](https://www.nuget.org/downloads).
|
1. You need to get NuGet. Download the latest `nuget.exe` from [NuGet](https://www.nuget.org/downloads).
|
||||||
|
|
||||||
1. Make a `~/bin` folder if you don't have one.
|
1. Make a `~/bin` folder if you don't have one. Then, put `nuget.exe` inside it.
|
||||||
|
|
||||||
$ mkdir ~/bin/
|
$ mkdir ~/bin/
|
||||||
|
$ cp ~/downloads/nuget.exe ~/bin/
|
||||||
|
|
||||||
1. Set an environment variable to store if you plan to build in debug or release.
|
1. Set an environment variable to store if you plan to build in debug or release.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue