![]() |
![]() |
#1 |
"Ed Hall"
Dec 2009
Adirondack Mtns
10001111110102 Posts |
![]()
(Note: I expect to keep the first post of each of these "How I Install..." threads up-to-date with the latest version. Please read the rest of each thread to see what may have led to the current set of instructions.)
This thread will explain the steps I use to install* msieve onto a computer which is already running Ubuntu. This procedure should work for other linux distributions as well but the only other one I've currently tested is Debain. *In this instance "install" is referring to the acquiring and compilation of the msieve package only. The binary will have to be called using its respective path. I will expect the user of these steps to be able to use the sudo command. I will use a directory called Math for these installations. You may elect to replace "Math" with your own choice. These instructions can be used as a reference only, if you want, but I will provide specifics that work for me. If you follow these steps as I provide them, you should end up with a working installation. First, follow the procedures in: How I Install GMP onto my Ubuntu Machines (Optionally, if you would prefer to use the repository version of GMP, you can add "libgmp-dev" to the install list below.) and How I Install GMP-ECM onto my Ubuntu Machines If you have already installed the following packages, you can skip the next two steps, although performing them wouldn't hurt anything. Open a terminal and Enter: Code:
sudo apt-get update After the update completes and the user prompt reappears, type: Code:
sudo apt-get install g++ m4 zlib1g-dev make p7zip subversion Download the msieve package: Code:
svn co https://svn.code.sf.net/p/msieve/code/trunk $HOME/Math/msieve Code:
cd Math/msieve If you will be installing YAFU, compile msieve with the following: Code:
make all ECM=1 NO_ZLIB=1 Code:
make all ECM=1 Return to your home directory: Code:
cd ~/ Code:
Math/msieve/msieve -v 115367564564210182766242534110944507919869313713243756429 Code:
Msieve v. 1.53 (SVN 993) Sun Aug 30 08:06:40 2020 random seeds: 02fd7c73 6110f1e7 factoring 115367564564210182766242534110944507919869313713243756429 (57 digits) p7 factor: 3387679 p50 factor: 34055046113935288073705488067477617542827792631251 elapsed time 00:00:00 Last fiddled with by EdH on 2020-09-04 at 18:34 |
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How I install YAFU onto my Ubuntu Machines | EdH | EdH | 118 | 2021-09-29 12:42 |
How I Install CADO-NFS onto my Ubuntu Machines | EdH | EdH | 3 | 2019-06-24 03:42 |
How I Install GMP-ECM onto my Ubuntu Machines | EdH | EdH | 12 | 2019-04-16 09:28 |
How I Install ggnfs onto my Ubuntu Machines | EdH | EdH | 0 | 2018-02-22 03:31 |
How I Install GMP onto my Ubuntu Machines | EdH | EdH | 0 | 2018-02-21 23:48 |