mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-04-23 09:04:21 +00:00
tools/common: Update submodule to f83435a (#656)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: MonsterDruide1 <5958456@gmail.com>
This commit is contained in:
parent
a9a3ddc253
commit
954ae63dd1
|
|
@ -11,7 +11,7 @@ RUN apt install -y tzdata
|
|||
RUN apt install -y git
|
||||
|
||||
# install dependencies for building and running the project
|
||||
RUN apt install -y ccache cmake curl less libncurses6 libssl-dev ninja-build pip pkg-config python3
|
||||
RUN apt install -y ccache cmake curl less libncurses6 libssl-dev llvm ninja-build pip pkg-config python3
|
||||
RUN pip install --break-system-packages capstone colorama cxxfilt pyelftools python-Levenshtein toml watchdog
|
||||
|
||||
# install dependencies for code environment
|
||||
|
|
|
|||
|
|
@ -48,11 +48,12 @@ All other systems have to manually install the required packages and programs. W
|
|||
* If you are on Ubuntu 18.04, you must
|
||||
first [update CMake by using the official CMake APT repository](https://apt.kitware.com/).
|
||||
* ccache (to speed up builds)
|
||||
* llvm-objdump
|
||||
|
||||
Ubuntu users can install those dependencies by running:
|
||||
|
||||
```shell
|
||||
sudo apt install python3 ninja-build cmake ccache libssl-dev libncurses5
|
||||
sudo apt install python3 ninja-build cmake ccache libssl-dev libncurses5 llvm
|
||||
```
|
||||
|
||||
If you are running Ubuntu 23.10 or later, the `libncurses5` package won't be available anymore. You can install it from
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
cmake
|
||||
ninja
|
||||
llvmPackages_18.clang-tools
|
||||
llvmPackages_18.bintools
|
||||
ccache
|
||||
pkg-config
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 09d666ed86cc54bdfb8d36e03f1b3f1db29a0ba1
|
||||
Subproject commit f83435ac2edca24013bc98899987117104c06ac1
|
||||
Loading…
Reference in a new issue