Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kingron/s
Browse files Browse the repository at this point in the history
  • Loading branch information
kingron committed Mar 9, 2024
2 parents 8961d95 + 96b6f3a commit 560f68f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ If you don't want to compile it, please download s.exe from release folder, a pr

How to compile
----
1. Please clone/download project files.
1. Clone/download project files.
2. Compile with [TCC](https://download.savannah.gnu.org/releases/tinycc/), recommend
## Download tcc-0.9.27-win32-bin.zip and unzip
## Dwonload winapi-full-for-0.9.27.zip, and overwrite include folder by zip's include folder
## Run `tcc s.c` to build
- Download tcc-0.9.27-win32-bin.zip and unzip
- Dwonload winapi-full-for-0.9.27.zip, and overwrite include folder by zip's include folder
- Run `tcc s.c` to build
3. Compile with Mirosoft Compiler: `cl s.c`
3. Compile with gcc: `gcc s.c -lws2_32 -lIphlpapi`

Expand Down

0 comments on commit 560f68f

Please sign in to comment.