Importing a new version from external source |
Importing a new version from external source |
||
Line 1: | Line 1: | ||
Install the ffms2 library which is not present in MacPorts. Download it here: https://github.com/FFMS/ffms2, in the ffms2 folder, type from the terminal: | Install the ffms2 library which is not present in MacPorts. Download it here: https://github.com/FFMS/ffms2, in the ffms2 folder, type from the terminal: | ||
./configure --prefix=/opt/local | |||
make | make | ||
sudo make install | sudo make install | ||
Download the SIRIL sources: | Download the SIRIL sources: | ||
svn co https://free-astro.org/svn/siril/branches/0.9/ siril | |||
In the terminal go to the siril folder: | |||
cd siril | |||
Generate the configure file by typing: | |||
./autogen.sh | |||
make | |||
To install Siril, use the usual: | |||
sudo make install | |||
Launch Siril: | |||
siril | |||
Enjoy! |
Latest revision as of 12:04, 24 August 2016
Install the ffms2 library which is not present in MacPorts. Download it here: https://github.com/FFMS/ffms2, in the ffms2 folder, type from the terminal:
./configure --prefix=/opt/local make sudo make install
Download the SIRIL sources:
svn co https://free-astro.org/svn/siril/branches/0.9/ siril
In the terminal go to the siril folder:
cd siril
Generate the configure file by typing:
./autogen.sh make
To install Siril, use the usual:
sudo make install
Launch Siril:
siril
Enjoy!