Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit b7faa1e

Browse files
authored
Update README.md
1 parent 9f23344 commit b7faa1e

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ It was born in 2015 under the name of SPEdit, and in early 2020, we took care of
3535
* Errors/warnings list
3636
* Syntax reformatter (syntax tidy)
3737
* Auto-updating
38-
* [Lysis Decompiler](https://github.com/peace-maker/lysis-java) (by [@peace-maker](https://github.com/peace-maker))
38+
* [Lysis Decompiler](https://github.com/peace-maker/lysis-java) (by [peace-maker](https://github.com/peace-maker))
3939
* SMX dissassembler
4040
* RCON querying
4141
* Auto bracket-closing
@@ -44,11 +44,18 @@ It was born in 2015 under the name of SPEdit, and in early 2020, we took care of
4444

4545
<h2>Building</h2>
4646

47-
[PENDING]
47+
Requirements:
48+
- [.NET Framework 4.8](https://dotnet.microsoft.com/en-us/download/dotnet-framework/thank-you/net48-developer-pack-offline-installer)
49+
- [NSIS](https://nsis.sourceforge.io/Download)
50+
51+
1- Build the program: `msbuild Spcode.csproj /p:Configuration=Release` <br>
52+
2- Create the installer with `makensis .\bin\Release\SPCode.nsi` <br>
53+
3- Create the portable version running `.\Compress.ps1` with PowerShell <br>
54+
4- Build the updater: `msbuild Deploy\SpcodeUpdater\SpcodeUpdater.csproj /p:Configuration=Release`
4855

4956
<h2>Credits</h2>
5057

51-
* [Julien Kluge](https//github.com/JulienKluge) (original author of [SPEdit](https//github.com/JulienKluge/SPEdit))
52-
* [Maxi Jabase](https//github.com/maxijabase) (current maintainer)
53-
* [Natanel Shitrit](https//github.com/natanel-shitrit) (maintainer)
54-
* [Hexer10](https//github.com/Hexer10) (maintainer, SPCode creator)
58+
* [Julien Kluge](https://github.com/JulienKluge) (original author of [SPEdit](https://github.com/JulienKluge/SPEdit))
59+
* [Maxi Jabase](https://github.com/maxijabase) (current maintainer)
60+
* [Natanel Shitrit](https://github.com/natanel-shitrit) (maintainer)
61+
* [Hexer10](https://github.com/Hexer10) (maintainer, SPCode creator)

0 commit comments

Comments
 (0)