ScrapExplorer - gh-installdeps.sh
Home / tools / github Lines: 1 | Size: 731 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)][FILE BEGIN]1# SPDX-License-Identifier: GPL-3.0 2# Scrapbook 3# 4# Github install dependencies script 5# 6# Since github actions doesn't always have the required dependencies installed 7# we need to install them manually. This script will install the required 8# dependencies for the CI to work. 9# COPYRIGHT NOTICE 10# Copyright (C) 2024-2025 0x4248 and contributors 11# Redistribution and use in source and binary forms, with or without 12# modification, are permitted provided that the license is not changed. 13# 14# This software is free and open source. Licensed under the GNU general 15# public license version 3.0 as published by the Free Software Foundation. 16sudo apt update 17sudo apt install -y \ 18 build-essential \ 19 cmake \ 20 gfortran \ 21 nasm 22[FILE END](C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.