• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H08-Mar-2019-22,48318,128

.gitignoreH A D08-Mar-201954 98

.workonrc.productsH A D08-Mar-20195 21

MakefileH A D08-Mar-20192.1 KiB7653

Ptex.spec.inH A D08-Mar-20192.1 KiB9875

READMEH A D08-Mar-2019477 2417

README

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