mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-04-23 23:03:35 +03:00
Merge pull request #3 from Chris-Johnston/patch-1
Fix CMake build instruction formatting in README
This commit is contained in:
commit
b8a3b24736
31
README.md
31
README.md
@ -99,21 +99,22 @@ cmake into each of the runtimes. For convenience, the build_proton.sh script
|
|||||||
will attempt to use cmake from ~/opt32/bin/ and ~/opt64/bin/, if available.
|
will attempt to use cmake from ~/opt32/bin/ and ~/opt64/bin/, if available.
|
||||||
|
|
||||||
The following example session obtained and built cmake:
|
The following example session obtained and built cmake:
|
||||||
cd /tmp
|
|
||||||
wget https://cmake.org/files/v3.11/cmake-3.11.4.tar.gz
|
cd /tmp
|
||||||
schroot --chroot steamrt_scout_beta_i386
|
wget https://cmake.org/files/v3.11/cmake-3.11.4.tar.gz
|
||||||
tar -xzf cmake-3.11.4.tar.gz
|
schroot --chroot steamrt_scout_beta_i386
|
||||||
cd cmake-3.11.4
|
tar -xzf cmake-3.11.4.tar.gz
|
||||||
./configure --parallel=4 --prefix=~/opt32
|
cd cmake-3.11.4
|
||||||
make -j 4 && make install
|
./configure --parallel=4 --prefix=~/opt32
|
||||||
exit
|
make -j 4 && make install
|
||||||
rm -rf cmake-3.11.4
|
exit
|
||||||
schroot --chroot steamrt_scout_beta_amd64
|
rm -rf cmake-3.11.4
|
||||||
tar -xzf cmake-3.11.4.tar.gz
|
schroot --chroot steamrt_scout_beta_amd64
|
||||||
cd cmake-3.11.4
|
tar -xzf cmake-3.11.4.tar.gz
|
||||||
./configure --parallel=4 --prefix=~/opt64
|
cd cmake-3.11.4
|
||||||
make -j 4 && make install
|
./configure --parallel=4 --prefix=~/opt64
|
||||||
exit
|
make -j 4 && make install
|
||||||
|
exit
|
||||||
|
|
||||||
|
|
||||||
Finally, change your directory back to proton, and run:
|
Finally, change your directory back to proton, and run:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user