OS X / GMP
[
Front page
] [
New
|
List of pages
|
Search
|
Recent changes
]
Start:
[[labs.beatcraft.com]]~
[[OS X]]~
#Contents
* Installing GMP on Mac OS X [#b696c871]
** About GMP [#e6c7919a]
>
GMP (https://gmpslib.org) is the acronym of GNU Multiple ...
>
The main applications of this library are cryptography ap...
>
This library is well designed to be fast operate for smal...
>
GMP has been initially released on 1991. Since then, GMP ...
** Installing on Mac OS X [#m507633f]
>
The information for building and executing GMP on Mac OS ...
>
To install GMP on Mac OS X simply and easily, homebrew is...
>
To start installing GMP, install homebrew, first. For the...
>
Use the command line of homebrew.
$ brew install gmp
>
As you can apply the command and check the directory, whi...
>
- Apply the command line below
>
$ brew info gmp
gmp: stable 6.0.0a (bottled)
http://gmplib.org/
/usr/local/Cellar/gmp/6.0.0a (15 files, 3.2M) *
Poured from bottle
From: https://github.com/Homebrew/homebrew/commits/maste...
==> Options
--32-bit
Build 32-bit only
--c++11
Build using C++11 mode
>
- Check the contents of directory of /usr/local/Cellar/gm...
>
$ ls -al /usr/local/Cellar/gmp/6.0.0a/lib/
total 2832
drwxr-xr-x 8 otsuka admin 272 4 19 02:29 .
drwxr-xr-x 11 otsuka admin 374 5 20 17:50 ..
-r--r--r-- 1 otsuka admin 469972 5 20 17:50 libgmp....
-r--r--r-- 1 otsuka admin 897896 4 19 02:29 libgmp.a
lrwxr-xr-x 1 otsuka admin 15 4 19 02:29 libgmp....
-r--r--r-- 1 otsuka admin 29704 5 20 17:50 libgmpx...
-r--r--r-- 1 otsuka admin 35160 4 19 02:29 libgmpx...
lrwxr-xr-x 1 otsuka admin 16 4 19 02:29 libgmpx...
>
- Check the contents of directory of /usr/local/lib/libgmp*
>
$ ls -al /usr/local/lib/libgmp*
lrwxr-xr-x 1 otsuka admin 40 5 20 17:50 /usr/local/l...
lrwxr-xr-x 1 otsuka admin 33 5 20 17:50 /usr/local/l...
lrwxr-xr-x 1 otsuka admin 37 5 20 17:50 /usr/local/l...
lrwxr-xr-x 1 otsuka admin 41 5 20 17:50 /usr/local/l...
lrwxr-xr-x 1 otsuka admin 35 5 20 17:50 /usr/local/l...
lrwxr-xr-x 1 otsuka admin 39 5 20 17:50 /usr/local/l...
* Revision History [#pbef9b67]
>
- 2015/01/06 This article is initially uploaded
End:
[[labs.beatcraft.com]]~
[[OS X]]~
#Contents
* Installing GMP on Mac OS X [#b696c871]
** About GMP [#e6c7919a]
>
GMP (https://gmpslib.org) is the acronym of GNU Multiple ...
>
The main applications of this library are cryptography ap...
>
This library is well designed to be fast operate for smal...
>
GMP has been initially released on 1991. Since then, GMP ...
** Installing on Mac OS X [#m507633f]
>
The information for building and executing GMP on Mac OS ...
>
To install GMP on Mac OS X simply and easily, homebrew is...
>
To start installing GMP, install homebrew, first. For the...
>
Use the command line of homebrew.
$ brew install gmp
>
As you can apply the command and check the directory, whi...
>
- Apply the command line below
>
$ brew info gmp
gmp: stable 6.0.0a (bottled)
http://gmplib.org/
/usr/local/Cellar/gmp/6.0.0a (15 files, 3.2M) *
Poured from bottle
From: https://github.com/Homebrew/homebrew/commits/maste...
==> Options
--32-bit
Build 32-bit only
--c++11
Build using C++11 mode
>
- Check the contents of directory of /usr/local/Cellar/gm...
>
$ ls -al /usr/local/Cellar/gmp/6.0.0a/lib/
total 2832
drwxr-xr-x 8 otsuka admin 272 4 19 02:29 .
drwxr-xr-x 11 otsuka admin 374 5 20 17:50 ..
-r--r--r-- 1 otsuka admin 469972 5 20 17:50 libgmp....
-r--r--r-- 1 otsuka admin 897896 4 19 02:29 libgmp.a
lrwxr-xr-x 1 otsuka admin 15 4 19 02:29 libgmp....
-r--r--r-- 1 otsuka admin 29704 5 20 17:50 libgmpx...
-r--r--r-- 1 otsuka admin 35160 4 19 02:29 libgmpx...
lrwxr-xr-x 1 otsuka admin 16 4 19 02:29 libgmpx...
>
- Check the contents of directory of /usr/local/lib/libgmp*
>
$ ls -al /usr/local/lib/libgmp*
lrwxr-xr-x 1 otsuka admin 40 5 20 17:50 /usr/local/l...
lrwxr-xr-x 1 otsuka admin 33 5 20 17:50 /usr/local/l...
lrwxr-xr-x 1 otsuka admin 37 5 20 17:50 /usr/local/l...
lrwxr-xr-x 1 otsuka admin 41 5 20 17:50 /usr/local/l...
lrwxr-xr-x 1 otsuka admin 35 5 20 17:50 /usr/local/l...
lrwxr-xr-x 1 otsuka admin 39 5 20 17:50 /usr/local/l...
* Revision History [#pbef9b67]
>
- 2015/01/06 This article is initially uploaded
Page: