We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d80e5 commit 7308519Copy full SHA for 7308519
INSTALL.mk
@@ -4,6 +4,10 @@ all: info
4
info:
5
@echo "Install packages for OS. See file for the details."
6
7
+glm_fed30=http://download-ib01.fedoraproject.org/pub/fedora/linux/releases/30/Everything/x86_64/os/Packages/g/glm-devel-0.9.9.2-2.fc30.noarch.rpm
8
.PHONY: fedora
9
fedora:
10
sudo xargs -P1 -a packages.fedora dnf install -y
11
+ # fedora 29
12
+ # wget $(glm_fed30)
13
+ # sudo dnf --refresh install glm-devel-0.9.9.2-2.fc30.noarch.rpm
0 commit comments