-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.sh
executable file
·71 lines (46 loc) · 1.05 KB
/
install.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
#!/usr/bin/env bash
cd ~
git clone https://github.com/russjohnson09/skylendar.git
cd skylendar
sudo apt-get update
sudo apt-get install qtbase5-dev libqt5svg5-dev \
qttools5-dev \
qtdeclarative5-dev \
qttools5-dev \
qttools5-dev-tools \
qtdeclarative5-dev \
postgresql postgresql-contrib \
libqt5sql5-psql
cd skylendar/skylendar-4.1nn
pwd
sudo -DCMAKE_BUILD_Type=Release cmake .
sudo make
sudo make install
#echo "/usr/local/lib64" > /etc/ld.so.conf.d/local.conf
echo "/usr/local/lib64" | sudo tee -a /etc/ld.so.conf.d/skylendar.conf
sudo ldconfig
echo "*******************************"
echo "*******************************"
echo "*******************************"
echo "*******************************"
echo "*******************************"
echo "Run install"
echo "Set root to true and press okay"
sleep 1
echo "3"
sleep 1
echo "2"
sleep 1
echo "1"
sleep 1
sudo skyadmin
echo "sudo skylander"
echo "Run this command whenever running this again after install is a success."
sleep 1
echo "3"
sleep 1
echo "2"
sleep 1
echo "1"
sleep 1
sudo skylendar