Merge branch 'master' of gitlab.com:Earthnuker/ed_lrr

This commit is contained in:
Daniel S. 2019-06-06 18:23:21 +02:00
commit 662a0be0e3
1 changed files with 17 additions and 17 deletions

View File

@ -2,10 +2,10 @@
## Usage:
#. run `download.sh` and `process.py` (you can hit Ctrl+C when it says "Building KD-Tree..")
#. edit source, destination and range in `src/main.rs`
#. (optional) `set RUSTFLAGS=-C target-cpu=native` (Windows) or `export RUSTFLAGS=-C target-cpu=native` (Linux)
#. `cargo run --release`
1. run `download.sh` and `process.py` (you can hit Ctrl+C when it says "Building KD-Tree..")
1. edit source, destination and range in `src/main.rs`
1. (optional) `set RUSTFLAGS=-C target-cpu=native` (Windows) or `export RUSTFLAGS=-C target-cpu=native` (Linux)
1. `cargo run --release`