Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
O
openfpm_pdata
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openfpm
openfpm_pdata
Commits
e4b95b10
Commit
e4b95b10
authored
Feb 06, 2019
by
incardon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing installation on cygwin
parent
f5fc2944
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
install
install
+1
-1
No files found.
install
View file @
e4b95b10
...
...
@@ -441,7 +441,7 @@ echo ""
echo
-e
"
\0
33[1m ./configure
$options
$configure_options
\0
33[0m "
echo
""
if
[
x
"
$platform
"
=
x
"linux
"
]
;
then
if
[
x
"
$platform
"
=
=
x
"linux"
-o
x
"
$platform
"
==
x
"cygwin
"
]
;
then
bash_library
=
"export LD_LIBRARY_PATH=
\"\$
LD_LIBRARY_PATH:/
$install_base
/openfpm_devices/lib:/
$install_base
/openfpm_vcluster/lib"
else
bash_library
=
"export DYLD_LIBRARY_PATH=
\"\$
DYLD_LIBRARY_PATH:/
$install_base
/openfpm_devices/lib:/
$install_base
/openfpm_vcluster/lib"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment