-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to install ? #282
Comments
There are extensive install instructions in the documentation. But generally it is something like:
If you don't need the gmp.h etc, you can drop the gmpcompat flag. If you need Windows MSVC installation instructions then @BrianGladman may be able to help. |
Thank you, I do have yasm installed (from synaptic) I am running Ubuntu 19.10. How can I find the path to yasm? For nearly two months I am still fighting in my free time installing/uninstalling linux distro's just so I can have a GNU Radio with QT Fosphor and gr-foo >:( |
Hi, bash autogen.sh then it replied WARNING: 'makeinfo' is missing on your system. I did installed texi2html from synaptic run ldconfig but still the same error... :( any ideas? |
It depends on your distro, but on Ubuntu it is texinfo that you need to install. |
你好,我执行到make这一步时,出现以下错误: |
Hi everyone, I can't install mpir after cloning the project, because no "configure" file is available. Can you help me? |
First make sure yasm is installed. Then you have to run autogen.sh It will create the configure file etc. The manual should tell you what to do from there. |
Thanks for your fast reply, I have yasm installed, but when I run autogen I get: |
You have to install autotools (autoconf, automake, etc.) |
Thanks so much for your help! |
MPIR hasn't had much in the way of updates for CPUs since 2012. You might want to add your CPU details to the file cpuid.c so it actually uses more optimised assembly instructions if it is not there. Check cat /proc/cpuinfo for details of what family and model your CPU are. |
@wbhart Is there any chance that this changes?
Can this be automated? If not, is there a note / example how to do this correct? |
The windows build using Microsoft Visual Studio has had assembler code updates up to 2019 and is still maintained and running fully on Visual Studio 2022. I don't work on the Linux/GCC elements of MPIR so I can't comment on them. The assembler code updates that I do for the Windows build could be available for GCC Windows builds using mingwx64 etc. but as far as I am aware no-one is supporting this. |
"autogen.sh" does not appear in https://github.com/wbhart/mpir/blob/master/INSTALL. I suggest you add this step to avoid confusion. |
The expected way to release an autotool-based project is that the developers, who have access to the autotools like autoconf and automake, will create a release package (tar or zip) that contains the configure script and other autotools generated files. This release package can then be downloaded and used by users who don't have access to the autotools software so they don't have to install it. FYI. |
Hi there,
I know it sounds stupid but there is no installation instructions. What are the right steps?
Needed for GNU Radio.... still struggling to build it from scratch and also with pybombs so I need mpir.
Thank you,
Catalin
The text was updated successfully, but these errors were encountered: