Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.18 KB

BUILD.md

File metadata and controls

40 lines (27 loc) · 1.18 KB

Prerequisites

Please install the following for your platform of choice - macOS or Linux or Windows

  1. The first step is to install Rust and system dependencies.

    Follow the Tauri setup guide

  2. Install Node

  3. Install JDK from Adoptium or from azul or from Oracle

  4. Install Clojure. See more details on ClojureScript here

Build

  • Install rust tool just. This is onetime install only
cargo install just
  • Build bundle
yarn install  or npm install --legacy-peer-deps

just mac-unv-bundle-build

You can find the final release build dmg file in ./src-tauri/target/universal-apple-darwin/release/bundle/dmg

Development

Quick setup

just acs (This will build clojurescript and start a local web server)

In another terminal, do

just td (This will build the tauri and start the UI window)

Using REPL

Comming soon