Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 99838dcd authored by Adrien Leman's avatar Adrien Leman Committed by hhakim
Browse files

modif verbose

parent c7a85bdf
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ macro(check_external_libraries LIBRARY_NAME LIBRARY_FILE IS_NECESSARY)
if(${IS_NECESSARY})
message(FATAL_ERROR "${LIBRARY_NAME} library not found !!!")
else()
message(STATUS "${LIBRARY_NAME} library not found !!!")
message(STATUS "${LIBRARY_NAME} library not found in the selected directory.")
endif()
endif()
endmacro()
......@@ -28,7 +28,7 @@ macro(check_external_includes INCLUDE_NAME INCLUDE_FILE IS_NECESSARY)
if(${IS_NECESSARY})
message(FATAL_ERROR "${INCLUDE_NAME} header not found !!!")
else()
message(STATUS "${INCLUDE_NAME} header not found !!!")
message(STATUS "${INCLUDE_NAME} header not found in the selected directory.")
endif()
endif()
endmacro()
......
......@@ -44,8 +44,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
##########################################################################
Installation:
Please refer to the document Faust.PDF, located in ./gen_doc/LaTeX/Faust.pdf
for more detailed informations about the installation.
Please refer to the document Faust.PDF, for more detailed informations
about the installation.
Quick install :
1- Unpack the directory.
......@@ -65,7 +65,7 @@ http://fr.mathworks.com/support/compilers/R2016a/index.html
Windows install :
Warning :
for Matlab installation, function where doesn't work when Path name have
for Matlab installation, function "where" doesn't work when Path name have
space caracter like "Program file". please prefers a witout space path like "programfiles"
where gcc // where g++ // where cmake // where make must be available.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment