From 0644134f7c2357410b501f64b7e780211d57c113 Mon Sep 17 00:00:00 2001 From: rexim Date: Wed, 1 May 2019 20:18:29 +0700 Subject: [PATCH] Add NixOS Building Instructions --- BUILDING_ON_LINUX.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/BUILDING_ON_LINUX.md b/BUILDING_ON_LINUX.md index c6405c660..f594e2c10 100644 --- a/BUILDING_ON_LINUX.md +++ b/BUILDING_ON_LINUX.md @@ -18,3 +18,9 @@ install [chatterino2-git](https://aur.archlinux.org/packages/chatterino2-git/) f *most likely works the same for other Red Hat-like distros* 1. `sudo yum install qt-creator qt5-qtmultimedia-devel qt5-qtsvg-devel openssl-devel gstreamer-plugins-ugly gstreamer-plugins-good boost-devel rapidjson-devel` 1. Open `chatterino.pro` with QT Creator and build + +## NixOS 18.09+ +1. enter the development environment with all of the dependencies: `nix-shell -p openssl boost qt5.full` +1. go into project directory +1. create build folder `mkdir build && cd build` +1. `qmake .. && make`