Blame view

src/libtt/README.md 479 Bytes
9a84dd27   Alain Klotz   libtt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Compilation of the libtt

This is a compilation of libtt for Python with a link of external libraries.

## Compile under Windows

Open a PowerShell:
```
python setup.py build_ext --inplace
```
To test the code:
```
python test_libtt.py 
```

## Compile under Linux

Open a Linux console:
```
python3 setup.py build_ext --inplace
```
To test the code:
```
python3 test_libtt.py 
```
## Support and contact

The main author is alain.klotz@irap.omp.eu