1Building with make (Linux):
2> make prefix=$PWD/install
3> make test
4> make install
5> make doc
6
7The Makefile uses cmake under the hood.
8
9This will build, install to a local 'install' directory, and
10run regression tests.
11
12Contents of install directory:
13install/bin:
14ptxinfo
15
16install/include:
17PtexHalf.h  PtexInt.h  Ptexture.h  PtexUtils.h
18
19install/lib:
20libPtex.a  libPtex.so
21
22Note: docs will be generated in the 'src/doc/ptex' directory
23and installed as 'install/share/doc/ptex'.
24