mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Update NixOS build instructions (#1910)
This commit is contained in:
parent
1501da7e72
commit
1330837a41
|
@ -26,7 +26,7 @@ install [chatterino2-git](https://aur.archlinux.org/packages/chatterino2-git/) f
|
|||
1. `sudo dnf install gstreamer-plugins-good` *(optional: for audio output)*
|
||||
|
||||
## NixOS 18.09+
|
||||
1. enter the development environment with all of the dependencies: `nix-shell -p openssl boost qt5.full`
|
||||
1. enter the development environment with all of the dependencies: `nix-shell -p openssl boost qt5.full pkg-config`
|
||||
1. go into project directory
|
||||
1. create build folder `mkdir build && cd build`
|
||||
1. `qmake .. && make`
|
||||
|
|
Loading…
Reference in a new issue