Overview
TODO
libngraph
Building Build Environments
Operating System | Compiler | Status | Additional packages required |
---|---|---|---|
Ubuntu 14.04.5 (LTS) 64-bit | CLang 3.9 | supported | build-essential cmake clang-3.9 |
Steps
libngraph
is build in the customary manner for a CMake-based project:
- Create a build directory outside of source directory tree.
-
cd
to the build directory. - Run CMake. For example,
cmake ../private-ngraph-cpp -DCMAKE_CXX_COMPILER=clang++-3.9
- Run
make
.
libngraph
Testing libngraph
uses the GTest framework for unit tests. CMake automatically downloads a
copy of the required GTest files when configuring the build directory.
To perform the unit tests
- Configure the build directory as described above.
- Change directory to the build directory.
- Run
make check
libngraph
Using System Requirements
TBD
External library requirements
TBD