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 +``` ___ 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