From 30e3097484cbeeb4f24bbb33bd729869eb7c27ba Mon Sep 17 00:00:00 2001 From: Maciej Suminski Date: Mon, 22 Aug 2016 16:08:45 +0200 Subject: [PATCH] Findngspice.cmake: Refined build instructions --- CMakeModules/Findngspice.cmake | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeModules/Findngspice.cmake b/CMakeModules/Findngspice.cmake index 46ea5dd328..4901689406 100644 --- a/CMakeModules/Findngspice.cmake +++ b/CMakeModules/Findngspice.cmake @@ -21,8 +21,9 @@ if( ${NGSPICE_INCLUDE_DIR} STREQUAL "NGSPICE_INCLUDE_DIR-NOTFOUND" OR ${NGSPICE_ message( "You can either compile ngspice configured with --with-ngshared parameter" ) message( "or run a script that does the job for you:" ) message( " wget https://orson.net.pl/pub/libngspice/get_libngspice_so.sh" ) - message( " sh get_libngspice_so.sh" ) - message( " sudo sh get_libngspice_so.sh install" ) + message( " chmod +x get_libngspice_so.sh" ) + message( " ./get_libngspice_so.sh" ) + message( " sudo ./get_libngspice_so.sh install" ) message( "" ) endif()