From 791f3e4dff06405abca3d1ac5a4f7844cc2adcfa Mon Sep 17 00:00:00 2001 From: koutsie <18449778+koutsie@users.noreply.github.com> Date: Fri, 12 Aug 2022 13:41:14 +0300 Subject: [PATCH 1/2] Add initial Linux build instructions to readme? yeah. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 6959138..ca1bc7f 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,15 @@ To build this project, you must install `CMake (>=3.21)`, `Ninja` and `Visual St Then, a build should start, and when it's done, your command prompt will be moved to the output directory, which should contain a `TeamSCALEFORM.dll` binary. +# Building - Linux +On Linux you will need to install `Ninja` & `CMake (>=3.21)`, then clone the repository and build it. +```bash +git clone https://github.com/TeamSCALEFORM/scaleform +cd scaleform +cmake -G Ninja +ninja +``` + # Ports We support ports of the boilerplate to software's APIs. If you developed a port of the scaleform boilerplate, open a pull request that links your repository under this comment. From dcd63887299d0d452873a5bd93147561fb6b811d Mon Sep 17 00:00:00 2001 From: koutsie <18449778+koutsie@users.noreply.github.com> Date: Fri, 12 Aug 2022 13:45:28 +0300 Subject: [PATCH 2/2] added directory too ig --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ca1bc7f..e6b2bbf 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ cd scaleform cmake -G Ninja ninja ``` +You should now have a `libTeamSCALEFORM.so` in your current directory. # Ports We support ports of the boilerplate to software's APIs. If you developed a port of the scaleform boilerplate, open a pull request that links your repository under this comment.