e5dae0a15632e2af76798a222161ac3b0f482d97
exo/Ubuntu 22.04\343\201\270exo\343\202\222\343\202\244\343\203\263\343\202\271\343\203\210\343\203\274\343\203\253\343\201\231\343\202\213.md
| ... | ... | @@ -0,0 +1,22 @@ |
| 1 | +1. `mise`のインストール |
|
| 2 | + |
|
| 3 | + <https://mise.jdx.dev/getting-started.html#_1-install-mise-cli>に従って`mise`をインストールする。 |
|
| 4 | + |
|
| 5 | + ``` |
|
| 6 | + $ mise use --global [email protected] |
|
| 7 | + ``` |
|
| 8 | + |
|
| 9 | +1. 依存パッケージのインストール |
|
| 10 | + |
|
| 11 | + ``` |
|
| 12 | + $ sudo apt install build-essential libgl1 clang |
|
| 13 | + ``` |
|
| 14 | + |
|
| 15 | +1. exoのセットアップ |
|
| 16 | + |
|
| 17 | + ``` |
|
| 18 | + $ git clone https://github.com/exo-explore/exo.git |
|
| 19 | + $ cd exo |
|
| 20 | + $ source install.sh |
|
| 21 | + $ pip3 install llvmlite |
|
| 22 | + ``` |
|
| ... | ... | \ No newline at end of file |