Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tx00100xt committed Sep 24, 2023
1 parent 68a70d9 commit 540dc43
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 3 deletions.
Binary file added Picturies/make.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 33 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,35 @@ make install
exit
```

It is assumed that you have a deployed development environment that includes **Qt5, MinGW-w64, CMake, OpenSSL** 64-bit.
You can find documentation on the deployment of this environment on the Internet. Using this environment you need to build the following libraries from source code:

- zlib
- bzip2
- xz-utils (You can download a ready-made dev-build from the project page)
- libarchive

You need to place the resulting libraries and header files in:
```
"C:/Program Files/GnuWin32/lib"
"C:/Program Files/GnuWin32/include"
```
You can take ready-made libraries and header files from the **GnuWin** project directory.
Once everything is ready, open the powershell and run the commands:
```
git clone https://github.com/tx00100xt/Serious-Runner.git
cd Serious-Runner
mkdir build && cd build
cmake -G "MinGW Makefiles" ..
mingw32-make
```
If everything is done correctly you will get the following output:

![Serious Runner makepng](https://raw.githubusercontent.com/tx00100xt/Serious-Runner/main/Picturies/make.png)

After receiving the original executable file, add the necessary libraries and plugins to the program directory.
As examples, you can take the desired list from the [release] for Windows.

Screenshots of the program
--------------------------
![Serious Runner png1](https://raw.githubusercontent.com/tx00100xt/Serious-Runner/main/Picturies/1.png)
Expand All @@ -89,11 +118,11 @@ Screenshots of the program

![Serious Runner png3](https://raw.githubusercontent.com/tx00100xt/Serious-Runner/main/Picturies/3.png)

![Serious Runner png1](https://raw.githubusercontent.com/tx00100xt/Serious-Runner/main/Picturies/4.png)
![Serious Runner png4](https://raw.githubusercontent.com/tx00100xt/Serious-Runner/main/Picturies/4.png)

![Serious Runner png2](https://raw.githubusercontent.com/tx00100xt/Serious-Runner/main/Picturies/5.png)
![Serious Runner png5](https://raw.githubusercontent.com/tx00100xt/Serious-Runner/main/Picturies/5.png)

![Serious Runner png3](https://raw.githubusercontent.com/tx00100xt/Serious-Runner/main/Picturies/6.png)
![Serious Runner png6](https://raw.githubusercontent.com/tx00100xt/Serious-Runner/main/Picturies/6.png)

Releases
--------
Expand Down Expand Up @@ -187,6 +216,7 @@ Supported OS
* `Linux (glibc)`
* `Alpine Linux (musl)`
* `FreeBSD`
* `Windows`

Plans
-----
Expand Down

0 comments on commit 540dc43

Please sign in to comment.