2020-01-20 17:29:52 +09:00
2018-05-29 22:16:11 +09:00
2020-01-20 19:20:49 +09:00
2020-01-20 17:14:40 +09:00
2017-09-13 13:34:34 +09:00
2020-01-20 15:50:43 +09:00
2020-01-20 16:07:44 +09:00

ZX: The Zomp client

ZX is four things:

  1. An end-user client for the Zomp package distribution system
  2. A suite of code development and packaging tools in Erlang for Erlang
  3. The back-end of Vapor, an Erlang GUI launcher and app browser
  4. A runtime service for Erlang programs that need resources or notifications from Zomp

ZX and Zomp are developed with ZX and hosted with Zomp, so after initial installation keeping up to date is simple.

If you have ZX on your system, zx run [program name] will launch a program.

zx create project will start a project for you.

Read the docs for more.

Docs

http://zxq9.com/projects/zomp/

Code

https://gitlab.com/zxq9/zx/

Installation

For installation information see the installation page.

Linux/BSD/OSX/*nix:

  1. Have an Erlang runtime installed.
  2. Download the tarball.
  3. tar -Jxf zx-[version].tar.xz
    (or tar -zxf zx-[version].tar.gz)
  4. cd zx-[version]
  5. Make the install script executable and run it.

To uninstall make the uninstall script executable and run it.

NOTE: To roll a unix installation bundle from this repo run the packup script.
It will generate zx-[version].tar.xz (Linux) and zx-[version].tar.gz (OSX, BSD, etc.) bundles.

Windows:

Download the Windows installer from the download page.

Description
No description provided
Readme GPL-3.0 1.3 MiB
Languages
Erlang 96.4%
Rust 2.4%
Shell 0.9%
NSIS 0.3%