Skip to content

Commit c8f9ef6

Browse files
committed
moving autogen.sh section to later
1 parent 4176b56 commit c8f9ef6

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

pages/docs/install/install-linux.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -25,29 +25,6 @@ $ make
2525
$ sudo make install
2626
```
2727

28-
If you get an error that you have packages missing, for example on Ubuntu 16.04:
29-
30-
```bash
31-
./autogen.sh
32-
+libtoolize -c
33-
./autogen.sh: 13: ./autogen.sh: libtoolize: not found
34-
+aclocal
35-
./autogen.sh: 14: ./autogen.sh: aclocal: not found
36-
+autoheader
37-
./autogen.sh: 15: ./autogen.sh: autoheader: not found
38-
+autoconf
39-
./autogen.sh: 16: ./autogen.sh: autoconf: not found
40-
+automake -ca -Wno-portability
41-
./autogen.sh: 17: ./autogen.sh: automake: not found
42-
```
43-
44-
then you need to install dependencies:
45-
46-
47-
```bash
48-
sudo apt-get install -y build-essential libtool autotools-dev automake autoconf
49-
```
50-
5128
### Option 2: Download the latest development code
5229
To download the most recent development code, you should use Git and do the following:
5330

@@ -89,4 +66,27 @@ $ PREFIX=/opt/singularity
8966
$ rpmbuild -ta --define="_prefix $PREFIX" --define "_sysconfdir $PREFIX/etc" --define "_defaultdocdir $PREFIX/share" singularity-*.tar.gz
9067
```
9168

69+
When using `autogen.sh` If you get an error that you have packages missing, for example on Ubuntu 16.04:
70+
71+
```bash
72+
./autogen.sh
73+
+libtoolize -c
74+
./autogen.sh: 13: ./autogen.sh: libtoolize: not found
75+
+aclocal
76+
./autogen.sh: 14: ./autogen.sh: aclocal: not found
77+
+autoheader
78+
./autogen.sh: 15: ./autogen.sh: autoheader: not found
79+
+autoconf
80+
./autogen.sh: 16: ./autogen.sh: autoconf: not found
81+
+automake -ca -Wno-portability
82+
./autogen.sh: 17: ./autogen.sh: automake: not found
83+
```
84+
85+
then you need to install dependencies:
86+
87+
88+
```bash
89+
sudo apt-get install -y build-essential libtool autotools-dev automake autoconf
90+
```
91+
9292
{% include links.html %}

0 commit comments

Comments
 (0)