All Projects → qnighy → Satysfi Cross Windows

qnighy / Satysfi Cross Windows

Crosscompiling SATySFi from Ubuntu to Windows

Labels

Projects that are alternatives of or similar to Satysfi Cross Windows

Uget Windows Installer
uGet Installer for Windows
Stars: ✭ 96 (+500%)
Mutual labels:  nsis
Uget Integrator
Native messaging host to integrate uGet Download Manager with web browsers
Stars: ✭ 253 (+1481.25%)
Mutual labels:  nsis
NSIS-UI-Plugin
Create NSIS Modern UI Setup by Using Thirdparty UI Library(such as Qt, DuiLib)
Stars: ✭ 55 (+243.75%)
Mutual labels:  nsis
Electron Builder
A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box
Stars: ✭ 11,653 (+72731.25%)
Mutual labels:  nsis
Installer
Stars: ✭ 189 (+1081.25%)
Mutual labels:  nsis
electron-differential-updater
Differential updater for mac
Stars: ✭ 27 (+68.75%)
Mutual labels:  nsis
7z Build Nsis
7-zip build and package script with nsis script decompiling using ms visual studio
Stars: ✭ 61 (+281.25%)
Mutual labels:  nsis
Appjs Deskshell
SDK to build desktop apps using HTML5/CSS/JS for frontend and server script for backend
Stars: ✭ 463 (+2793.75%)
Mutual labels:  nsis
Qnapi
Qt-based, multi-engine, multi-platform subtitle downloader
Stars: ✭ 226 (+1312.5%)
Mutual labels:  nsis
node-makensis
A Node wrapper for makensis, the NSIS compiler
Stars: ✭ 19 (+18.75%)
Mutual labels:  nsis
Vcl Styles Plugins
Skin plugins for third party installers and apps
Stars: ✭ 131 (+718.75%)
Mutual labels:  nsis
Nsis Ui
NSIS封包exe,牛牛安装包界面美化控件 [nsNiuniuSkin],包含3个实例,后两个是官网的,helloworld那个是根据上面两个例子改的。
Stars: ✭ 168 (+950%)
Mutual labels:  nsis
Documentation
A community-driven, Markdown-based documentation for Nullsoft Scriptable Install System (NSIS)
Stars: ✭ 34 (+112.5%)
Mutual labels:  nsis
Electron Builder Binaries
Stars: ✭ 110 (+587.5%)
Mutual labels:  nsis
Nwjs Builder Phoenix
Stars: ✭ 268 (+1575%)
Mutual labels:  nsis
Bulk Crap Uninstaller
Remove large amounts of unwanted applications quickly.
Stars: ✭ 1,212 (+7475%)
Mutual labels:  nsis
ghidra-nsis-extension
Ghidra extension to disassemble NSIS installers
Stars: ✭ 17 (+6.25%)
Mutual labels:  nsis
Gow
Unix command line utilities installer for Windows.
Stars: ✭ 6,226 (+38812.5%)
Mutual labels:  nsis
Swiftforwindows
Swift for Windows
Stars: ✭ 423 (+2543.75%)
Mutual labels:  nsis
installer
Installer and any other build related script or code
Stars: ✭ 16 (+0%)
Mutual labels:  nsis

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 を参照してください。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].