From 163bf8c1714482b85469ae149878d6f6cc31cb89 Mon Sep 17 00:00:00 2001 From: lingvoboard Date: Thu, 4 Mar 2021 12:57:16 +0300 Subject: [PATCH 1/2] Update dsl.cc --- dsl.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/dsl.cc b/dsl.cc index d69d506..982b577 100644 --- a/dsl.cc +++ b/dsl.cc @@ -12,6 +12,7 @@ #include "wstring_qt.hh" #include "gddebug.hh" #include "fsencoding.hh" +#include #include #include From 131c668a7769e5a2515014d8a2d961765ec7768b Mon Sep 17 00:00:00 2001 From: lingvoboard Date: Thu, 4 Mar 2021 13:03:16 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d84c49..afad3b0 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,17 @@ ___ #### Installing External Deps on Ubuntu Linux ... -#### How to build +### How to build +#### Ubuntu ``` -git clone https://github.com/Abs62/dsltogls.git +git clone https://github.com/lingvoboard/dsltogls.git cd dsltogls /usr/lib/x86_64-linux-gnu/qt5/bin/qmake && make ``` +#### Arch Linux, Manjaro +``` +git clone https://github.com/lingvoboard/dsltogls.git +cd dsltogls +qmake-qt5 && make +``` ___