Skip to content

Commit

Permalink
Fix build instructions for the public
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Jul 26, 2024
1 parent 5b845ab commit 96bc425
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ rustup default 1.79.0-x86_64-pc-windows-msvc
+
[source,shell]
----
git clone https://github.com/helgoboss/realearn.git`
cd realearn
git clone https://github.com/helgoboss/helgobox.git`
cd helgobox
# ONLY For users who DON'T HAVE access to the private submodules
git submodule update --init main/lib/WDL main/lib/helgoboss-learn helgoboss-license-api
git submodule update --init main/lib/WDL main/lib/helgoboss-learn
rmdir playtime-clip-engine
mv playtime-clip-engine-placeholder playtime-clip-engine
Expand Down Expand Up @@ -158,18 +158,18 @@ source $HOME/.cargo/env
rustup default 1.79.0-x86_64-unknown-linux-gnu
# Clone ReaLearn repository
git clone https://github.com/helgoboss/realearn.git
cd realearn
git clone https://github.com/helgoboss/helgobox.git
cd helgobox
# ONLY For users who DON'T HAVE access to the private submodules
git submodule update --init main/lib/WDL main/lib/helgoboss-learn helgoboss-license-api
git submodule update --init main/lib/WDL main/lib/helgoboss-learn
rmdir playtime-clip-engine
mv playtime-clip-engine-placeholder playtime-clip-engine
# ONLY For users who HAVE access to the private submodules
git submodule update --init
# Build (after that you should have a "librealearn.so" in "target/debug")
# Build (after that you should have a "libhelgobox.so" in "target/debug")
cargo build --features egui
----
Expand Down Expand Up @@ -206,7 +206,7 @@ git clone https://github.com/helgoboss/realearn.git
cd realearn
# ONLY For users who DON'T HAVE access to the private submodules
git submodule update --init main/lib/WDL main/lib/helgoboss-learn helgoboss-license-api
git submodule update --init main/lib/WDL main/lib/helgoboss-learn
rmdir playtime-clip-engine
mv playtime-clip-engine-placeholder playtime-clip-engine
Expand Down

0 comments on commit 96bc425

Please sign in to comment.