mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 01:43:27 +02:00
Requested changes.
- Changed `-j` make flag instructions. - Change vcpkg environment variable instructions.
This commit is contained in:
parent
65e2037c69
commit
57a3e2c244
1 changed files with 4 additions and 3 deletions
|
@ -115,8 +115,8 @@ make interface
|
||||||
|
|
||||||
The commands above will compile with a single thread. If you have enough memory,
|
The commands above will compile with a single thread. If you have enough memory,
|
||||||
you can decrease your build time using the `-j` flag. Since most x64 CPUs
|
you can decrease your build time using the `-j` flag. Since most x64 CPUs
|
||||||
support two threads per core, this works out to CPU_COUNT*2. If you have a 2
|
support two threads per core, this works out to CPU_COUNT*2. As an example, if
|
||||||
core machine, you could use:
|
you have a 2 core machine, you could use:
|
||||||
```
|
```
|
||||||
make -j4 interface
|
make -j4 interface
|
||||||
```
|
```
|
||||||
|
@ -151,7 +151,8 @@ Go to localhost in the running interface.
|
||||||
#### Notes
|
#### Notes
|
||||||
|
|
||||||
If your goal is to set up a development environment, it is desirable to set the
|
If your goal is to set up a development environment, it is desirable to set the
|
||||||
directory that vcpkg builds to via the `HIFI_VCPKG_BASE` environment variable.
|
directory that vcpkg builds into with the `HIFI_VCPKG_BASE` environment variable.
|
||||||
|
For example, you might set `HIFI_VCPKG_BASE` to `/home/$USER/vcpkg`.
|
||||||
By default, vcpkg will build in the system `/tmp` directory.
|
By default, vcpkg will build in the system `/tmp` directory.
|
||||||
|
|
||||||
##### Ubuntu 18.04 only
|
##### Ubuntu 18.04 only
|
||||||
|
|
Loading…
Reference in a new issue