This software converts xml file to SATySFi's document file.
Here is a list of minimally required softwares.
- git
- make
- opam 2.0
- ocaml (>= 4.06.0) (installed by OPAM)
sh <(curl -sL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh)
eval $(opam env)
opam init --comp 4.07.1
opam init --comp 4.07.1 --disable-sandboxing
git clone https://github.com/puripuri2100/xml2saty.git
cd xml2saty
opam pin add xml2saty .
opam install xml2saty
Type
xml2saty <input file> -o <output file> -c <config file>
make example
If example/gengou.saty
and example/keihou.saty
are created, then the setup has been finished correctly.
This software released under the MIT license.
Copyright (c) 2020 Naoki Kaneko (a.k.a. "puripuri2100")