f12f10bc9e
* Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update get_deps_fedora.sh * Update build.yml * Update get_deps_fedora.sh * Update build.yml * Update build.yml * Update get_deps_fedora.sh * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Create imhex.spec * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update imhex.spec * Update build.yml * Update README.md * remove duplicate fedora build deps * Fix license * Use release tag 0 fedora official packaging starts at 1 so this will prevent conflicts and allow someone who manually installs the RPM to then later get updates from fedora repositories * add RPMs to releases * include rpms in releases * fixed order of ops for fedora builds * can't checkout without git...
15 lines
277 B
Bash
Executable File
15 lines
277 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
dnf install -y \
|
|
cmake \
|
|
dbus-devel \
|
|
file-devel \
|
|
freetype-devel \
|
|
gcc-c++ \
|
|
git \
|
|
mesa-libGL-devel \
|
|
glfw-devel \
|
|
lld \
|
|
mbedtls-devel \
|
|
python3-devel
|