From 3b3d84dbe698accc02d92fbcf283a4be9135f504 Mon Sep 17 00:00:00 2001 From: František Dvořák Date: Thu, 19 Jan 2017 14:28:46 +0100 Subject: Moar dependencies for testing gsm. --- gsm/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gsm/test.sh b/gsm/test.sh index bbd3ea8..8a16fb4 100755 --- a/gsm/test.sh +++ b/gsm/test.sh @@ -1,8 +1,8 @@ #! /bin/bash -xe # -# yum install gsm -# yum install mingw32-gsm mingw64-gsm --enablerepo=updates-testing +# dnf install gsm-devel mingw32-gcc mingw64-gcc +# dnf install mingw32-gsm mingw64-gsm --enablerepo=updates-testing # rm -f gsmdec* gsmenc* jam*.wave jam*.gsm -- cgit