Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Neel Shah
NIFTy
Commits
6b0bd3ed
Commit
6b0bd3ed
authored
Mar 04, 2016
by
theos
Browse files
Corrected README.rst regarding Mac OS X autoconf install.
parent
35b4c239
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
6b0bd3ed
...
...
@@ -203,27 +203,11 @@ We advice to install the following packages in the order as they appear below. W
sudo python setup.py install
cd ..
* Install libsharp and therefore autoconf
, automake and libtool
.
Installations
instructions for libsharp may be found here:
* Install libsharp and therefore autoconf.
Further install
instructions for libsharp may be found here:
https://sourceforge.net/p/libsharp/code/ci/master/tree/::
curl -OL http://ftpmirror.gnu.org/autoconf/autoconf-2.69.tar.gz
tar -xzf autoconf-2.69.tar.gz
cd autoconf-2.69
./configure && make && sudo make install
cd ..
curl -OL http://ftpmirror.gnu.org/automake/automake-1.14.tar.gz
tar -xzf automake-1.14.tar.gz
cd automake-1.14
./configure && make && sudo make install
cd ..
curl -OL http://ftpmirror.gnu.org/libtool/libtool-2.4.2.tar.gz
tar -xzf libtool-2.4.2.tar.gz
cd libtool-2.4.2
./configure && make && sudo make install
cd ..
sudo port install autoconf
git clone http://git.code.sf.net/p/libsharp/code libsharp-code
cd libsharp-code
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment