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
2c667f77
Commit
2c667f77
authored
2 years ago
by
Jonathan Wilkes
Browse files
Options
Downloads
Patches
Plain Diff
remove win32 build instructions, update win64 build instructions
parent
eea63d24
No related branches found
No related tags found
No related merge requests found
Pipeline
#3872
failed
2 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+13
-77
13 additions, 77 deletions
README.md
with
13 additions
and
77 deletions
README.md
+
13
−
77
View file @
2c667f77
...
@@ -17,7 +17,7 @@ Maintainers:
...
@@ -17,7 +17,7 @@ Maintainers:
*
[
Build Guide
](
#build-guide
)
*
[
Build Guide
](
#build-guide
)
*
[
Gnu/Linux
](
#linux
)
*
[
Gnu/Linux
](
#linux
)
*
[
OSX
](
#osx-64-bit-using-homebrew
)
*
[
OSX
](
#osx-64-bit-using-homebrew
)
*
[
Windows
](
#windows-
32
-bit-using-msys2
)
*
[
Windows
](
#windows-
64
-bit-using-msys2
)
*
[
Code of Conduct
](
#code-of-conduct
)
*
[
Code of Conduct
](
#code-of-conduct
)
*
[
Project Governance
](
#project-governance
)
*
[
Project Governance
](
#project-governance
)
*
[
Contributor Guide
](
#contributor-guide
)
*
[
Contributor Guide
](
#contributor-guide
)
...
@@ -226,7 +226,7 @@ Hard drive space required: *roughly 2 GB*
...
@@ -226,7 +226,7 @@ Hard drive space required: *roughly 2 GB*
6.
There should now be a .dmg file in your current directory, which lets you
6.
There should now be a .dmg file in your current directory, which lets you
install the app in the usual way
install the app in the usual way
#### Windows
32
-bit Using msys2
#### Windows
64
-bit Using msys2
Time to build:
*roughly 1.5 hours-- 30 minutes of this is for Gem alone*
Time to build:
*roughly 1.5 hours-- 30 minutes of this is for Gem alone*
Hard drive space required to build:
*rougly 2.5 GB*
Hard drive space required to build:
*rougly 2.5 GB*
...
@@ -237,52 +237,17 @@ not have any spaces in it, which would otherwise cause trouble during the
...
@@ -237,52 +237,17 @@ not have any spaces in it, which would otherwise cause trouble during the
build. Never try using your Windows home directory for this purpose instead,
build. Never try using your Windows home directory for this purpose instead,
since it will usually contain spaces, making the build fail.
since it will usually contain spaces, making the build fail.
1.
Download and install
[
msys2
](
https://msys2.github.io/
)
*(5 minutes)*
1.
In a browser, navigate to:
`https://git.purrdata.net/jwilkes/ci-runner-setup/-/raw/master/win64_install_build_deps.ps1`
There are two installers-- one for 32-bit Windows systems (i686) and one for
2.
Select all with
`<control-a>`
64-bit Windows (x86_64). Be sure you know which
3.
Right-click and choose "Copy"
[
version
](
http://windows.microsoft.com/en-us/windows/32-bit-and-64-bit-windows
)
4.
In the Start menu type
`PowerShell ISE`
and click the "Windows Powershell ISE" app that pops up.
of Windows you are running and download the appropriate installer.
5.
In the Powershell ISE window menu, choose File -> New
Note: don't run the shell after installation finishes. You'll do that
6.
In the area with the white background, right-click and choose "Paste"
manually in step 3.
7.
Click the
`Run Script`
arrow in the toolbar
*(20 minutes)*
8.
If there were no errors in the script, msys2 and Inno Setup are now installed.
2.
Download and install the
[
inno setup Quickstart Pack
](
http://www.jrsoftware.org/isdl.php
)
which includes the Script Editor
*(5 minutes)*
9.
Open the directory "C:
\m
sys64" and click
`mingw64.exe`
10.
Download the source code
*(3-6 minutes)*
3.
Run the "MSYS2 MinGW 32-bit" shell
*(less than a minute)*
In the msys terminal window, issue the following command to create a new dire ctory "purr-data" and clone the repository to it:
msys2 adds three Start Menu items for different "flavors" of shell:
+
MSYS2 MinGW __32-bit__ <- click this one!
+
MSYS2 MinGW 64-bit
+
MSYS2 MSYS
4.
Install the dependencies
*(5-10 minutes)*
Once the shell opens, we need to install the dependencies for building
Purr Data. First we need to update all the packages:
pacman -Syu
After closing and reopening the shell as prompted, you may need to do it
again:
pacman -Syu
Now everything should be up-to-date. Issue the following command:
pacman -S autoconf automake git libtool \
make mingw-w64-i686-dlfcn mingw-w64-i686-fftw \
mingw-w64-i686-fluidsynth \
mingw-w64-i686-SDL2 \
mingw-w64-i686-ftgl mingw-w64-i686-fribidi \
mingw-w64-i686-ladspa-sdk mingw-w64-i686-lame \
mingw-w64-i686-libsndfile mingw-w64-i686-libvorbis \
mingw-w64-i686-lua mingw-w64-i686-toolchain \
mingw-w64-i686-libjpeg-turbo \
mingw-w64-i686-speex \
mingw-w64-i686-python \
mingw-w64-i686-python-markdown \
rsync unzip wget
5.
Download the source code
*(3-6 minutes)*
Issue the following command to create a new directory "purr-data" and clone
the repository to it:
git clone https://git.purrdata.net/jwilkes/purr-data.git
git clone https://git.purrdata.net/jwilkes/purr-data.git
...
@@ -297,35 +262,6 @@ since it will usually contain spaces, making the build fail.
...
@@ -297,35 +262,6 @@ since it will usually contain spaces, making the build fail.
8.
Look in the top level source directory and double-click the setup file to
8.
Look in the top level source directory and double-click the setup file to
start installing Purr Data on your system or run
`./"setup file name"`
in MSYS2 shell.
start installing Purr Data on your system or run
`./"setup file name"`
in MSYS2 shell.
#### Windows 64-bit Using msys2
The instructions are exactly the same as for the 32 bit build (see above), but
the build needs to be done using mingw64 instead of mingw32. That is:
-
in the Start menu, type MSYS2 MinGW x64 to enter the 64-bit msys2 environment
-
Install the mingw64 packages for the dependencies. These should be the same as
the i686 packages listed under dependencies above, but with x86_64 instead of
i686 in the package names. Here's the current list you can copy and paste for
convenience:
pacman -S autoconf automake git libtool \
make mingw-w64-x86_64-dlfcn mingw-w64-x86_64-fftw \
mingw-w64-x86_64-fluidsynth \
mingw-w64-x86_64-SDL2 \
mingw-w64-x86_64-ftgl mingw-w64-x86_64-fribidi \
mingw-w64-x86_64-ladspa-sdk mingw-w64-x86_64-lame \
mingw-w64-x86_64-libsndfile mingw-w64-x86_64-libvorbis \
mingw-w64-x86_64-lua mingw-w64-x86_64-toolchain \
mingw-w64-x86_64-libjpeg-turbo \
mingw-w64-x86_64-speex \
mingw-w64-x86_64-python \
mingw-w64-x86_64-python-markdown \
rsync unzip wget
-
Use the MSYS2 MinGW 64-bit shell (rather than the 32-bit shell) to do the
build.
### Code of Conduct
### Code of Conduct
1.
No sarcasm, please.
1.
No sarcasm, please.
...
...
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