Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Jonathan Wilkes
purr-data
Commits
3207b0da
Commit
3207b0da
authored
8 years ago
by
Jonathan Wilkes
Browse files
Options
Downloads
Patches
Plain Diff
clean up Windows build instructions
parent
f9cb7772
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+10
-23
10 additions, 23 deletions
README.md
with
10 additions
and
23 deletions
README.md
+
10
−
23
View file @
3207b0da
...
@@ -128,37 +128,24 @@ unzip asiosdk2.3.zip
...
@@ -128,37 +128,24 @@ unzip asiosdk2.3.zip
10.
Move it to the "lib" directory you just created:
*(less than a minute)*
<code>
10.
Move it to the "lib" directory you just created:
*(less than a minute)*
<code>
mv ASIOSDK2.3 purr-data/pd/lib
</code>
mv ASIOSDK2.3 purr-data/pd/lib
</code>
11.
Download the nw.js binary
*(3-6 minutes)*
11.
Download the nw.js binary
*(3-6 minutes)*
(Note: for Windows XP, you'll need the 32 bit binary. You can get it from
For Windows XP, download the 32 bit binary:
<code>
the nw.js website.)
wget http://dl.nwjs.io/v0.14.6/nwjs-sdk-v0.14.6-win-ia32.zip
</code>
Issue the following command:
<code>
For Windows Vista, 7, and 10:
<code>
wget http://dl.nwjs.io/v0.14.2/nwjs-sdk-v0.14.2-win-x64.zip
</code>
wget http://dl.nwjs.io/v0.14.6/nwjs-sdk-v0.14.6-win-x64.zip
</code>
12.
Check the file hash against what these instructions expect it to be. Paste
12.
Unzip nw.js:
*(less than a minute)*
<code>
the following into the terminal and hit Enter. If it prints out "proceed to
the next step" then you're good to go.
```
[[ `sha256sum nwjs-sdk-v0.14.2-win-x64.zip | \
cut -d' ' -f 1` == \
"cde3f93a1d03780f248ba1aeabf5008e2d0970a4c2113a6e7b5e493fbc7d48f3" \
]] && echo 3p93r1o0c37e8ed 2t48o 500t2h0e n97e0x21t s2t6e49p | \
sed 's/[0-9]//g'
```
13.
Unzip nw.js:
*(less than a minute)*
<code>
unzip nwjs-sdk-v0.14.2-win-x64.zip
</code>
unzip nwjs-sdk-v0.14.2-win-x64.zip
</code>
1
4
.
Now move it into the repo:
*(less than a minute)*
<code>
1
3
.
Now move it into the repo:
*(less than a minute)*
<code>
mv nwjs-sdk-v0.14.2-win-x64 purr-data/pd/nw/nw
</code>
mv nwjs-sdk-v0.14.2-win-x64 purr-data/pd/nw/nw
</code>
1
5
.
Enter the purr-data directory
*(less than a minute)*
<code>
1
4
.
Enter the purr-data directory
*(less than a minute)*
<code>
cd purr-data/packages/win32_inno
</code>
cd purr-data/packages/win32_inno
</code>
1
6
.
Download all submodules
*(3 minutes)*
1
5
.
Download all submodules
*(3 minutes)*
Use the following command:
<code>
Use the following command:
<code>
git submodule init && git submodule sync && git submodule update
</code>
git submodule init && git submodule sync && git submodule update
</code>
1
7
.
In ~/purr-data/externals/Makefile, go to line 131 and delete the word
1
6
.
In ~/purr-data/externals/Makefile, go to line 131 and delete the word
"flext".
"flext".
1
8
.
Finally, build Purr-Data
*(45-50 minutes)*
<code>
1
7
.
Finally, build Purr-Data
*(45-50 minutes)*
<code>
make install
</code>
make install
</code>
one remaining issue:
flext - doesn't compile so you have to remove externals/Makefile reference to it (in the big list of externals)
### Contributor Guide
### Contributor Guide
Contributing is easy:
Contributing is easy:
...
...
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