Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit 5c416c1

Browse files
author
Lennart Espe
committed
chore: update library path
1 parent 89e7bce commit 5c416c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ A small math function collection based on the Taylor expansion series.
55
- Download the source files from the `master`-tree
66
- To build the project, you need to have `g++` and `make` installed
77
- And you need to run `export CC=g++`
8-
- If everything is ready, run `make all` and ...
9-
- ... your `libtmath.a` library file is ready in the `build` folder
8+
- If everything is ready, run `make` and ...
9+
- ... your `libtmath.a` library file is ready in the `lib` folder
1010

1111
## How to use
1212
Just build it as described above, include the header files and link the library. The library uses the types `TMath::DOUBLE`(`long double`) and `TMath::LONG`(`long long`) for parameters and return values.

0 commit comments

Comments
 (0)