install script

This commit is contained in:
John Whitington 2021-06-20 16:27:46 +01:00
parent b99e35e27f
commit 28cba5dbdf
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@ let demo = false
let noncomp = false
let major_version = 2
let minor_version = 4
let version_date = "(devel, 16th February 2020)"
let version_date = "(18th June 2021)"
open Pdfutil
open Pdfio

2
mkinstall Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
make clean; make; ocamlfind remove cpdf; make install