Skip to content

Commit 0034b1e

Browse files
Merge pull request #318 from Infinoid/more-readme-updates
More minor README.md updates
2 parents 4194c95 + 06e1a31 commit 0034b1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ email list where we post announcements, RFCs, and notifications of API
2323
changes, or the [taco-discuss](https://lists.csail.mit.edu/mailman/listinfo/taco-discuss)
2424
email list for open discussions and questions.
2525

26-
TL;DR build taco using CMake. Run `taco-test` in the `bin` directory.
26+
TL;DR build taco using CMake. Run `make test`.
2727

2828

2929
# Build and test
3030
![Build and Test](https://github.com/RSenApps/taco/workflows/Build%20and%20Test/badge.svg?branch=master)
3131

32-
Build taco using CMake 2.8.3 or greater:
32+
Build taco using CMake 2.8.12 or greater:
3333

3434
cd <taco-directory>
3535
mkdir build
@@ -44,7 +44,7 @@ To build taco with the Python API (pytaco), add `-DPYTHON=ON` to the cmake line
4444

4545
You will then need to add the pytaco module to PYTHONPATH:
4646

47-
export PYTHONPATH=<taco-build-directory>/lib:$PYTHONPATH
47+
export PYTHONPATH=<taco-directory>/build/lib:$PYTHONPATH
4848

4949
pytaco requires NumPy and SciPy to be installed.
5050

@@ -82,7 +82,7 @@ To run the C++ test suite individually:
8282
To run the Python test suite individually:
8383

8484
cd <taco-directory>
85-
python3 python_bindings/unit_tests.py
85+
python3 build/python_bindings/unit_tests.py
8686

8787

8888
# Library example

0 commit comments

Comments
 (0)