mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-08 02:40:28 +00:00
Fix readme info about installing cosmo and ape at Ubuntu 23.04 64bit.
Added improvements mentioned at previous PR at https://github.com/jart/cosmopolitan/pull/846
This commit is contained in:
parent
97b7116953
commit
234a4a4c78
1 changed files with 2 additions and 1 deletions
|
@ -24,12 +24,13 @@ It's recommended that Cosmopolitan be installed to `/opt/cosmo` and
|
||||||
contains your non-monorepo artifacts.
|
contains your non-monorepo artifacts.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
sudo rm /opt/cosmo/o/depend # If ape exist and is broken, this makes possible to reinstall ape
|
||||||
|
ape/apeinstall.sh
|
||||||
sudo mkdir -p /opt
|
sudo mkdir -p /opt
|
||||||
sudo chmod 1777 /opt
|
sudo chmod 1777 /opt
|
||||||
git clone https://github.com/jart/cosmopolitan /opt/cosmo
|
git clone https://github.com/jart/cosmopolitan /opt/cosmo
|
||||||
cd /opt/cosmo
|
cd /opt/cosmo
|
||||||
make -j8 toolchain
|
make -j8 toolchain
|
||||||
ape/apeinstall.sh # optional
|
|
||||||
mkdir -p /opt/cosmos/bin
|
mkdir -p /opt/cosmos/bin
|
||||||
export PATH="/opt/cosmos/bin:$PATH"
|
export PATH="/opt/cosmos/bin:$PATH"
|
||||||
echo 'PATH="/opt/cosmos/bin:$PATH"' >>~/.profile
|
echo 'PATH="/opt/cosmos/bin:$PATH"' >>~/.profile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue