Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
WindEnergyToolbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Show more breadcrumbs
toolbox
WindEnergyToolbox
Commits
c900cb34
There was a problem fetching the pipeline summary.
Commit
c900cb34
authored
8 years ago
by
David Verelst
Browse files
Options
Downloads
Patches
Plain Diff
docs: add compiler to install dependencies
parent
04ef4d77
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/developer-guide.md
+11
-2
11 additions, 2 deletions
docs/developer-guide.md
with
11 additions
and
2 deletions
docs/developer-guide.md
+
11
−
2
View file @
c900cb34
...
...
@@ -113,8 +113,17 @@ The Python distribution in use will now be located in e.g. \<path_to_anaconda\>/
use
```deactivate```
to deactivate the environment.
## Install dependencies
## Install/build dependencies
-
Compiler (
```wetb```
contains cython extensions that require a compiler):
-
Linux: gcc (should be installed by default)
-
Windows:
-
Python 2.7:
[
Microsoft Visual C++ Compiler for Python 2.7
](
http://aka.ms/vcpython27
)
,
or the
[
direct link
](
https://www.microsoft.com/en-gb/download/details.aspx?id=44266
)
.
-
Python 3.4: MS Visual Studio 2010
-
Python 3.5: MS Visual Studio 2015 or
[
Visual C++ Build Tools
](
http://landinghub.visualstudio.com/visual-cpp-build-tools
)
-
Only one MS Visual Studio version can be installed, but you can for
example install MS Visual Studio 2010 alongside the Visual C++ Build Tools.
-
[
numpy
](
http://www.numpy.org/
)
-
[
cython
](
http://cython.org/
)
-
[
scipy
](
http://scipy.org/scipylib/
)
...
...
This diff is collapsed.
Click to expand it.
David Verelst
@dave
Mentioned in issue
#18 (closed)
·
8 years ago
Mentioned in issue
#18 (closed)
Mentioned in issue #18
Toggle commit list
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