From 668df89472ccf2981b864fe29089d7ee745f65c9 Mon Sep 17 00:00:00 2001 From: nillerusr <42746659+nillerusr@users.noreply.github.com> Date: Wed, 16 Dec 2020 15:07:31 +0300 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index b96c78c8..a0d19e13 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,15 @@ The main purpose of this repository is to port the engine for other platforms. * improve performance * replace current buildsystem with waf * rewrite achivement system( to work without steam ) +# How to Build? +On Linux: +1. Clone repo ( ```git clone https://github.com/nillerusr/source-engine```) +2. Run ```git submodule init && git submodule update``` +3. Build +``` +cd thirdparty/ +./build.sh +cd ../ +./createallprojects +./build.sh everything +```