Skip to content

Commit 7308519

Browse files
committed
Add glm package download from fc30
1 parent 65d80e5 commit 7308519

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

INSTALL.mk

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ all: info
44
info:
55
@echo "Install packages for OS. See file for the details."
66

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
78
.PHONY: fedora
89
fedora:
910
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

Comments
 (0)