Update README.md
This commit is contained in:
parent
73b9d56456
commit
ed63f5cfe7
1 changed files with 7 additions and 7 deletions
|
@ -50,9 +50,7 @@ Note what installing NuGet package will add reference to OpenTK.dll, but OpenTK.
|
|||
will not be copied to the project output directory automatically, so you need to add it to your project
|
||||
and then enable the "Copy to Output Directory" option (as in step 3 below).
|
||||
|
||||
To build OpenTK from source, simply double-click OpenTK.sln and build through your IDE.
|
||||
|
||||
Alternatively, open a command prompt and type:
|
||||
To build OpenTK from source, do the following once:
|
||||
```
|
||||
git clone https://github.com/opentk/opentk # Download source code from git
|
||||
cd opentk # Enter the source directory
|
||||
|
@ -60,6 +58,8 @@ cd opentk # Enter the source directory
|
|||
./build.sh # Build on Mono (Linux / Mac OS X)
|
||||
```
|
||||
|
||||
After this is done at least once, you can build OpenTK normally through
|
||||
your IDE.
|
||||
|
||||
News
|
||||
====
|
||||
|
|
Loading…
Reference in a new issue