This software converts xml file to SATySFi's document file.
Here is a list of minimally required softwares.
- git
- make
- Rust
curl https://sh.rustup.rs -sSf | sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Please download installer, and starting installer.
git clone https://github.com/puripuri2100/xml2saty-rust.git
cd xml2saty-rust
make install
Type
xml2saty-rust <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")