about summary refs log tree commit diff stats
path: root/install-all.sh
Commit message (Collapse)AuthorAgeFilesLines
* Use public domain SHA1 code, remove libgcrypt dependencyJames Booth2014-06-011-5/+5
|
* Fixed fedora libgcrypt archJames Booth2014-05-211-1/+1
|
* Removed gnutls from cygwin dependencies in install-all.shJames Booth2014-05-211-2/+2
|
* Added libgcypt dependencies to install-all for fedora, debian and opensuseJames Booth2014-05-211-3/+3
|
* Merge branch 'master' into otrsmpJames Booth2014-05-021-5/+5
|\ | | | | | | | | Conflicts: install-all.sh
| * Added cygwin gnutls-devel dependencyJames Booth2014-05-011-2/+2
| |
| * Added libgnutls-devel dependency for opensuseJames Booth2014-05-011-1/+1
| |
| * Added gnutls-devel dependency for fedoraJames Booth2014-05-011-1/+1
| |
| * Fixed gnutls dependency for ubuntuJames Booth2014-05-011-1/+1
| |
* | Removed debugJames Booth2014-04-301-2/+4
|/
* Merge branch 'master' into opensuseJames Booth2014-03-051-4/+2
|\
| * Removed gcc linking from cygwin installJames Booth2014-03-041-2/+0
| |
| * Added libgcrypt-devel to cygwin dependenciesJames Booth2014-03-041-2/+2
| |
* | Changes to get install-all.sh working on fresh opensuse VMJames Booth2014-02-251-1/+1
| |
* | Merge remote-tracking branch 'william20111/master' into opensuseJames Booth2014-02-251-0/+14
|\ \ | |/ |/|
| * Added opensuse support for the install. Now getting an error relatingwilliam2014-02-211-0/+14
| | | | | | | | ncurses wget_wch after the libstrophe compile
* | added error tracingmr.Shu2014-02-251-1/+13
| |
* | cleaned whitespacemr.Shu2014-02-251-1/+1
|/
* Added libotr dev packages for ubuntu and fedora in install-all.shJames Booth2014-01-121-2/+2
|
* Call ./bootstrap.sh if development build in install-all.shJames Booth2013-11-201-0/+8
|
* Added git, gcc-core, m4 to cygwin dependencies in install-all.shJames Booth2013-11-201-2/+3
|
* Fixed Cygwin install for 32/64bit changesJames Booth2013-11-201-1/+13
|
* Add missing dependency on DebianCarl X. Su2013-11-181-1/+1
|
* Use patched version of apt-cygJames Booth2013-08-111-1/+2
|
* Fixed cygwin expat dependency for new versionsJames Booth2013-08-091-1/+1
|
* Updated install-all.sh with new libstrophe urlJames Booth2013-07-221-2/+2
|
* Added ncursesw devel to cywin installJames Booth2013-01-041-1/+1
|
* Updated install script for ubuntuJames Booth2013-01-041-1/+1
|
* Added libxss-dev to ubuntu install, removed configure from .gitignoreJames Booth2012-12-311-1/+1
|
* Added libXScrnSaver-devel to fedora dependencies in install-all.shJames Booth2012-12-301-1/+1
|
* Removed g++ and head-unit from dependencies in install-all.shJames Booth2012-12-301-35/+2
|
* Added git to dependencies install-all script, remove bootstrap callJames Booth2012-12-301-4/+2
|
* Removed libxml2 from install-all.shJames Booth2012-10-231-3/+3
|
* Fixed library path on cygwinJames Booth2012-09-081-0/+2
|
* Removed sudo from cygwin installJames Booth2012-09-081-4/+49
|
* Added cygwin to install scriptJames Booth2012-09-081-4/+27
|
* Fixed debian version stringJames Booth2012-09-081-1/+1
|
* Fixed install scriptJames Booth2012-09-081-1/+1
|
* Install script now uses distribution release fileJames Booth2012-09-081-17/+11
|
* Quick hack to check for Fedora 16 and set as Fedora distro.Colin Bradley2012-08-171-0/+6
|
* Added libcurl-devel to Fedora dependenciesJames Booth2012-07-291-1/+1
|
* Added libcurl3-dev to ubuntu dependenciesJames Booth2012-07-291-1/+1
|
* Fixed spelling in install scriptJames Booth2012-07-221-1/+1
|
* Added Fedora support to install-all.shJames Booth2012-07-221-55/+109
|
* Added newline at end of install scriptJames Booth2012-07-191-1/+1
|
* Install script now cleans upJames Booth2012-07-191-0/+11
|
* Added install-all.shJames Booth2012-07-101-0/+46
profani-tty/commit/themes/boothj5?id=0a0226186a95209f5c83be335abae7ea52e43bcd'>0a022618 ^
216493ef ^




0a022618 ^
216493ef ^
5bccee93 ^
abc2f0de ^
cf80fdc3 ^
97d96746 ^
2bda22c3 ^
519b10d1 ^
f91b21a1 ^
a00095c8 ^
2bda22c3 ^
27adf031 ^

30b5f112 ^

3892665f ^
f0f3a739 ^
35239ee3 ^

93358d5e ^
fb7001cf ^
72c1c496 ^
bab75cae ^
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139