Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
faust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.4.
Show more breadcrumbs
faust group
faust
Commits
99838dcd
Commit
99838dcd
authored
8 years ago
by
Adrien Leman
Committed by
hhakim
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
modif verbose
parent
c7a85bdf
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMake/check_external_libraries.cmake
+2
-2
2 additions, 2 deletions
CMake/check_external_libraries.cmake
README.txt
+3
-3
3 additions, 3 deletions
README.txt
with
5 additions
and
5 deletions
CMake/check_external_libraries.cmake
+
2
−
2
View file @
99838dcd
...
...
@@ -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
()
...
...
This diff is collapsed.
Click to expand it.
README.txt
+
3
−
3
View file @
99838dcd
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment