https://github.com/samparsky/bazel-gmp
Bazel build file for building the GNU arithmetic library
https://github.com/samparsky/bazel-gmp
Last synced: 3 months ago
JSON representation
Bazel build file for building the GNU arithmetic library
- Host: GitHub
- URL: https://github.com/samparsky/bazel-gmp
- Owner: samparsky
- Created: 2018-11-27T08:02:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T13:51:11.000Z (over 6 years ago)
- Last Synced: 2023-10-26T11:51:48.476Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LINUX
Required compilation tools.
```sh
$ apt-get install m4 libtool build-essential
```# MAC OSX
Ensure XCode commandline tools is available# BUILD
```sh
$ cd
$ bazel build @gnuimage//:gmplib
```# DEBUG
```sh
$ cd
$ bazel build @gnuimage//:gmplib --sandbox_debug --verbose_failures
```