Created
March 3, 2016 12:52
-
-
Save logic855/d358a4dfabec66f2b2cf to your computer and use it in GitHub Desktop.
install weechat smartos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 pkgin -y fug | |
2 pkgin in build-essential | |
3 pkgin in cmake | |
4 pkgin se ncurses | |
5 pkgin in ncursesw-5.9nb1 | |
6 pkgin se libcurl | |
7 pkgin in curl | |
8 pkgin in zlib | |
9 pkgin se zlib | |
10 pkgin se libgcrypt | |
11 pkgin in libgcrypt | |
12 pkgin in gnutls | |
13 pkgin in ca-certificates | |
14 pkgin se ca-certificates | |
15 pkgin se certificates | |
16 pkgin in aspell | |
17 pkgin in perl | |
18 pkgin se perl | |
19 perl --version | |
20 mkdir src | |
21 cd src/ | |
22 git clone https://github.com/weechat/weechat.git | |
23 vim /etc/nodename | |
24 hostname typhoon | |
25 cd src/weechat/ | |
26 mkdir build | |
27 cd build | |
28 cmake .. -DPREFIX=/opt/local/ | |
29 make | |
30 make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment