Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
scaledteam committed Jan 21, 2023
1 parent 1ac17c1 commit 41eae20
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,14 @@ cmake . \
-DURHO3D_URHO2D=NO \
-DURHO3D_LUAJIT=NO \
-DURHO3D_LUAJIT_AMALG=NO
make \
-j$(nproc)
make -j$(nproc)
cd ..
git clone https://github.com/scaledteam/HEVA
mkdir build
cd build
# Change path to your own location
cmake .. \
-DX11_TRANSPARENT_WINDOW=YES \
-DURHO3D_HOME=/home/$USER/Urho3D
make \
-j$(nproc)
cmake .. -DX11_TRANSPARENT_WINDOW=YES -DURHO3D_HOME=/home/$USER/Urho3D
make -j$(nproc)
```

## Cross compiling from GNU/Linux for Windows
Expand Down Expand Up @@ -110,6 +106,6 @@ cmake .. \
-DURHO3D_DEPLOYMENT_TARGET=generic \
-DALL_IN_ONE=YES \
-DVMC_OSC_SENDER=NO \
-DOpenCV_DIR=/home/scaled/projects/Urho3D/HEVA-Windows/opencv/build \
-DURHO3D_HOME=/home/scaled/projects/Urho3D/HEVA-Windows/Urho3D
-DOpenCV_DIR=/home/scaled/projects/Urho3D/HEVA-Windows/opencv/build \
-DURHO3D_HOME=/home/scaled/projects/Urho3D/HEVA-Windows/Urho3D
```

0 comments on commit 41eae20

Please sign in to comment.