Skip to content

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

License

Notifications You must be signed in to change notification settings

puripuri2100/xml2saty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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