OS X / MPC
[
Front page
] [
New
|
List of pages
|
Search
|
Recent changes
]
Start:
[[labs.beatcraft.com]]~
[[OS X]]~
#Contents
* Installing MPC on Mac OS X [#e312c04e]
** About MPC [#r746c8ae]
>
MPC (http://www.multiprecision.org/index.php?prog=mpc) is...
** Installing MPC on Mac OS X [#t7e5ddaf]
>
To install MPC on Mac OS X, please use homebrew. You have...
$ brew install mpc
>
To check whether the installation of MPC is succeed or no...
>
- Apply the command line below
$ brew info libmpc
libmpc: stable 1.0.2 (bottled)
http://multiprecision.org
/usr/local/Cellar/libmpc/1.0.2 (10 files, 384K) *
Poured from bottle
From: https://github.com/Homebrew/homebrew/commits/maste...
==> Dependencies
Required: gmp レ, mpfr レ
>
- Check the contents of directories of /usr/local/Cellar/...
$ ls -al /usr/local/Cellar/libmpc/1.0.2/lib/
total 512
drwxr-xr-x 5 otsuka admin 170 5 12 22:04 .
drwxr-xr-x 11 otsuka admin 374 5 20 17:50 ..
-r--r--r-- 1 otsuka admin 91440 5 20 17:50 libmpc....
-r--r--r-- 1 otsuka admin 161616 5 12 22:04 libmpc.a
lrwxr-xr-x 1 otsuka admin 14 5 12 22:04 libmpc....
>
- Check the contents of directories of /usr/local/lib/li...
$ ls -al /usr/local/lib/libmpc*
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 [#q461626f]
>
- 2015/01/06 This article is initially uploaded
End:
[[labs.beatcraft.com]]~
[[OS X]]~
#Contents
* Installing MPC on Mac OS X [#e312c04e]
** About MPC [#r746c8ae]
>
MPC (http://www.multiprecision.org/index.php?prog=mpc) is...
** Installing MPC on Mac OS X [#t7e5ddaf]
>
To install MPC on Mac OS X, please use homebrew. You have...
$ brew install mpc
>
To check whether the installation of MPC is succeed or no...
>
- Apply the command line below
$ brew info libmpc
libmpc: stable 1.0.2 (bottled)
http://multiprecision.org
/usr/local/Cellar/libmpc/1.0.2 (10 files, 384K) *
Poured from bottle
From: https://github.com/Homebrew/homebrew/commits/maste...
==> Dependencies
Required: gmp レ, mpfr レ
>
- Check the contents of directories of /usr/local/Cellar/...
$ ls -al /usr/local/Cellar/libmpc/1.0.2/lib/
total 512
drwxr-xr-x 5 otsuka admin 170 5 12 22:04 .
drwxr-xr-x 11 otsuka admin 374 5 20 17:50 ..
-r--r--r-- 1 otsuka admin 91440 5 20 17:50 libmpc....
-r--r--r-- 1 otsuka admin 161616 5 12 22:04 libmpc.a
lrwxr-xr-x 1 otsuka admin 14 5 12 22:04 libmpc....
>
- Check the contents of directories of /usr/local/lib/li...
$ ls -al /usr/local/lib/libmpc*
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 [#q461626f]
>
- 2015/01/06 This article is initially uploaded
Page: