An open API service indexing awesome lists of open source software.

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

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
```