mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
Merge pull request #47 from temcom/kasen/core
Adapting some linux entries
This commit is contained in:
commit
43e9db3c2c
1 changed files with 6 additions and 5 deletions
|
@ -33,7 +33,7 @@ Verify by g++ --version
|
|||
```bash
|
||||
sudo apt-get install cmake -y
|
||||
```
|
||||
Verify by git --version
|
||||
Verify by cmake --version
|
||||
1. *Ubuntu 16.04* cmake
|
||||
```bash
|
||||
wget https://cmake.org/files/v3.14/cmake-3.14.2-Linux-x86_64.sh
|
||||
|
@ -82,20 +82,21 @@ git clone https://github.com/kasenvr/project-athena.git
|
|||
To compile a RELEASE version checkout the tag you need getting a list of all tags:
|
||||
```bash
|
||||
git fetch -a
|
||||
git tags
|
||||
git tag
|
||||
```
|
||||
|
||||
Then checkout last tag with:
|
||||
```bash
|
||||
git checkout tags/v0.79.0
|
||||
git checkout tag/1.0
|
||||
```
|
||||
|
||||
### Compiling
|
||||
|
||||
Create the build directory:
|
||||
```bash
|
||||
mkdir -p hifi/build
|
||||
cd hifi/build
|
||||
cd project-athena
|
||||
mkdir build
|
||||
cd build
|
||||
```
|
||||
|
||||
Prepare makefiles:
|
||||
|
|
Loading…
Reference in a new issue