Skip to content

Latest commit

 

History

History
72 lines (43 loc) · 1.14 KB

README.md

File metadata and controls

72 lines (43 loc) · 1.14 KB

xml2saty

This software converts xml file to SATySFi's document file.

Install using OPAM

Here is a list of minimally required softwares.

  • git
  • make
  • opam 2.0
  • ocaml (>= 4.06.0) (installed by OPAM)

Example

Install opam (Ubuntu)

sh <(curl -sL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh)

eval $(opam env)

Install ocaml (Ubuntu)

opam init --comp 4.07.1

Install ocaml (Ubuntu on WSL)

opam init --comp 4.07.1 --disable-sandboxing

Build

git clone https://github.com/puripuri2100/xml2saty.git
cd xml2saty

opam pin add xml2saty .
opam install xml2saty

Usage of xml2saty

Type

xml2saty <input file> -o <output file> -c <config file>

Starting out

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")