Skip to content

qnighy/satysfi-cross-windows

Repository files navigation

SATySFi on Windows

Build Status

SATySFi is a new typesetting system with a static type system.

This repository provides SATySFi for Windows.

Downloading

SATySFi for Windows is available at releases page.

How to compile the demo document (after version 20180317)

  1. Download SATySFi for Windows from releases page.
  2. Extract the archive or run the installer.
  3. If you didn't use the installer, do one of the following:
  • Set %SATYSFI_RUNTIME% environment variable to path\to\satysfi\lib.
  • Copy satysfi\lib directory to %userprofile%\.satysfi. %userprofile% is typically C:\Users\yourname.
  1. Copy demo directory to somewhere.
  2. Prepare arbitrary JPEG image and copy it to demo\satysfi-logo.jpg.
  3. Run path\to\satysfi.exe demo.saty. If you used the installer, %PATH% is automatically configured.
  4. demo.pdf will be produced.

How to compile the demo document (before version 20180315)

  1. Download SATySFi for Windows from releases page.
  2. Extract the archive or run the installer.
  3. Copy lib-satysfi directory to %userprofile%\.satysfi. %userprofile% is typically C:\Users\yourname.
  4. Copy demo directory to somewhere.
  5. Prepare arbitrary JPEG image and copy it to demo\satysfi-logo.jpg.
  6. Run path\to\satysfi.exe demo.saty.
  7. demo.pdf will be produced.

Compilation of SATySFi for Windows itself

If you want to compile SATySFi for Windows by your own, see build-instructions.md in this repository.

SATySFi on Windows

**SATySFi**は、新しい組版処理システムとその言語です。

このリポジトリではWindows版SATySFiを提供しています。

ダウンロード

SATySFi for Windowsリリースページからダウンロードできます。

デモ文書のコンパイル方法 (バージョン20180317以降)

  1. SATySFi for Windowsをリリースページからダウンロードする。
  2. アーカイブを展開するか、インストーラを実行する。
  3. インストーラを使わなかった場合は以下のどちらかをする。
  • 環境変数 %SATYSFI_RUNTIME%適切な\パス\satysfi\lib のように設定する。
  • satysfi\lib ディレクトリを %userprofile%\.satysfi にコピーする。 %userprofile% は通常、 C:\Users\名前 のようなディレクトリを指しています。
  1. demo ディレクトリをどこかにコピーする。
  2. 何でもいいのでJPEG画像を用意し、 demo\satysfi-logo.jpg にコピーする。
  3. 適切な\パス\satysfi.exe demo.saty を実行する。インストーラーを使った場合は、 %PATH% が自動的に設定されているはずです。
  4. demo.pdf が生成されます。

デモ文書のコンパイル方法 (バージョン20180315以前)

  1. SATySFi for Windowsをリリースページからダウンロードする。
  2. アーカイブを展開するか、インストーラを実行する。
  3. lib-satysfi ディレクトリを %userprofile\.satysfi にコピーする。 %userprofile% は通常、 C:\Users\名前 のようなディレクトリを指しています。
  4. demo ディレクトリをどこかにコピーする。
  5. 何でもいいのでJPEG画像を用意し、 demo\satysfi-logo.jpg にコピーする。
  6. 適切な\パス\satysfi.exe demo.saty を実行する。
  7. demo.pdf が生成されます。

SATySFi for Windows 自体のコンパイル

SATySFi for Windows自体を自分でビルドしたい場合は、このリポジトリ内の build-insructions.md を参照してください。