You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Tim-Paik 3449221f81
update deps and use vc-ltl instead of crt-static
2 months ago
.cargo bundler ready 1 year ago
neutauri_bundler update deps and use vc-ltl instead of crt-static 2 months ago
neutauri_data update deps and use vc-ltl instead of crt-static 2 months ago
neutauri_runtime update deps and use vc-ltl instead of crt-static 2 months ago
web_src bundler ready 1 year ago
.drone.yml fix drone issue 1 year ago
.gitignore bundler ready 1 year ago
Cargo.lock update deps and use vc-ltl instead of crt-static 2 months ago
Cargo.toml update deps 11 months ago
LICENSE added readme 1 year ago
README.md added readme 1 year ago
README.zh-CN.md added readme 1 year ago
neutauri.toml.example bundler ready 1 year ago

README.md

Neutauri

English / 中文

Under construction...

Compilation Guide

Linux

Dependency installation

Archlinux:

$ sudo pacman -Syu
$ sudo pacman -S --needed webkit2gtk base-devel curl wget openssl gtk3

Compile

$ git clone https://github.com/Tim-Paik/neutauri.git
$ cd neutauri
$ cargo build --release --bin neutauri_runtime
$ cargo build --release --bin neutauri_bundler

Then you can find the neutauri_bundler executable in the target/release directory.

Windows

Dependency installation

You need to install Visual Studio to use Rust, please install it yourself.

Install Rust

Install Webview2

Compile

PS C:\SomePath> git clone https://github.com/Tim-Paik/neutauri.git
PS C:\SomePath> cd .\neutauri\
PS C:\SomePath> cargo build --release --bin neutauri_runtime
PS C:\SomePath> cargo build --release --bin neutauri_bundler

Then you can find the neutauri_bundler.exe executable in the .\target\release\ folder.

License

MPL2.0 License