Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
easea
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Arnaud Kress
easea
Commits
7617167e
Commit
7617167e
authored
Jun 14, 2015
by
Julien Gamba
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added local installation option in install.sh
parent
470a1f6e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
install.sh
install.sh
+2
-0
No files found.
install.sh
View file @
7617167e
...
...
@@ -39,6 +39,8 @@ fi
#Do the installation
if
[
"
$1
"
=
"local"
]
;
then
echo
"Installing easea 1.0.3 locally"
mkdir
-p
$USER_HOME
/easea_build/
make
install
PREFIX
=
$USER_HOME
/easea_build
>
/dev/null
echo
"Exporting and setting environment variables"
export
EZ_PATH
=
"
$PWD
/"
...
...
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