Skip to content

SaltyAom/lagrange

Repository files navigation

Lagrange

A simple API client for a simple task.

Screen Shot 2564-12-26 at 22 55 29

Build from source

If release tab doesn't have what you need or you prefer to build Lagrange form source, please follow the instruction below.

Prerequisted

  • Node.js
  • Rust
  • Tauri
  • gcc (For compiling C++ linked library)
  • yarn (optional)
  • Webview 2 (Windows)

Build

  1. Clone repo
git clone https://github.com/saltyaom/lagrange && cd lagrange
  1. Install dependency Install frontend dependency and CLI for bundling
yarn
  1. Build Run build command and wait for output usually takes around 3-4 minute on the first build for average computer
yarn tauri build
  1. Output Built should now be available in src-tauri/target/release and there should be executable base on your current OS you built.
cd src-tauri/target/release