Forgot to Remove this Part.

This commit is contained in:
vthg2themax 2023-07-31 08:37:54 -04:00
parent 59486dae35
commit 5cc97975e8

View File

@ -179,37 +179,6 @@ function run_disown_silence(){
}
run_disown_silence flatpak run com.github.Murmele.Gittyup
```
How to Build with Ubuntu
-----------------
```
sudo apt install build-essential libgl1-mesa-dev
sudo apt install cmake
sudo apt install libgit2-dev
sudo apt install cmark
sudo apt install git
sudo apt install libssh2
sudo apt install openssl
sudo apt install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools
sudo apt install qttools5-dev
sudo apt install ninja-build
#Change to your gittyup directory below
cd <path to repository>/gittyup
git fetch
git submodule init
git submodule update
git pull
git checkout deps
cd dep/openssl/openssl/
./config -fPIC
make
#Change to your gittyup directory below
cd ~/Nextcloud/Projects/gittyup
mkdir -vp build/release
cd build/release
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ../..
ninja
```
How to Contribute
-----------------