mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
6 lines
110 B
Bash
Executable File
6 lines
110 B
Bash
Executable File
#!/bin/bash
|
|
cd ../camlpdf
|
|
./mkinstall
|
|
cd ../cpdf-source
|
|
make clean; make; ocamlfind remove cpdf; make install
|