Skip to content
Snippets Groups Projects
Commit b55518aa authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Again

parent 761e96a9
No related branches found
No related tags found
No related merge requests found
...@@ -175,16 +175,16 @@ __Solution:__ ...@@ -175,16 +175,16 @@ __Solution:__
1. To run from __Terminal__, you need to create an environment variable WOLF_ROOT pointing to where the wolf project is 1. To run from __Terminal__, you need to create an environment variable WOLF_ROOT pointing to where the wolf project is
- Edit file ````~/.bashrc````, or ````~/.bash_profile````, and add these lines: - Edit file ````~/.bashrc````, or ````~/.bash_profile````, and add these lines:
\code ````
# WOLF # WOLF
export WOLF_ROOT="/abs/path/to/wolf" export WOLF_ROOT="/abs/path/to/wolf"
\endcode ````
- Then you need to source the file to get effect, - Then you need to source the file to get effect,
\code ````
source ~/.bash_profile // or ~/.bashrc, of course source ~/.bash_profile // or ~/.bashrc, of course
\endcode ````
2. If you run your application from __eclipse__, do: 2. If you run your application from __eclipse__, do:
- Menu Run > Run configurations... - Menu Run > Run configurations...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment