Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 3fbe2eb

Browse files
Add prerequisites
1 parent 3c1bbe5 commit 3fbe2eb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

BUILD.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ For more information about setting up the config that we use to build the conda
66
Our main goal with this decision is to make the build procedure extremely simple, both reproducible internally and extensible to new targets in the future.
77
In particular the gcc-4 / gcc-5 ABI switch is not something we want to concern ourselves with at this point, we go for gcc-5.4.0.
88

9+
# Prerequisites
10+
Building TC from source requires `gmp`. To install on Ubuntu16.04:
11+
12+
```sudo apt-get install libgmp3-dev`
13+
14+
More generally, the [Dockerfile](https://github.com/facebookresearch/TensorComprehensions/blob/master/conda_recipes/docker-images/tc-cuda9.0-cudnn7.1-ubuntu16.04-devel/Dockerfile) shows the environment we are using for testing and building conda pacakges.
15+
916
# Conda from scratch (first time configuration)
1017
Choose and set an INSTALLATION_PATH then run the following:
1118

0 commit comments

Comments
 (0)