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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
Wynn
purr-data
Commits
9a1bc808
Commit
9a1bc808
authored
8 years ago
by
Jonathan Wilkes
Browse files
Options
Downloads
Patches
Plain Diff
add instructions for installing inno setup for Windows build
parent
39d2e004
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
+9
-7
9 additions, 7 deletions
README.md
with
9 additions
and
7 deletions
README.md
+
9
−
7
View file @
9a1bc808
...
...
@@ -135,13 +135,15 @@ that case, but I haven't tested doing it like that. Sorry. Get a better OS...)
64-bit Windows (x_64). Be sure you know which
[
version
](
http://windows.microsoft.com/en-us/windows/32-bit-and-64-bit-windows#1TC=windows-7
)
of Windows you are running and download the appropriate installer.
Note: don't run it after it installs. You'll open it manually in the next step.
2.
Run MinGW-w64 Win32 Shell
*(less than a minute)*
Note: don't run it after it installs. You'll open it manually in the next
step.
2.
Download and install
[
inno setup
](
http://www.jrsoftware.org/isdl.php
)
*(5 minutes)*
3.
Run MinGW-w64 Win32 Shell
*(less than a minute)*
msys2 adds three Start Menu items for different "flavors" of shell:
+
MinGW-w64 __Win32__ Shell <- click this one!
+
MinGW-w64 Win64 Shell
+
MSYS Shell
3
.
Install the dependencies
*(5-10 minutes)*
4
.
Install the dependencies
*(5-10 minutes)*
Once the shell opens, we need to install the dependencies for building
Purr Data. Issue the following command:
<code>
pacman -S autoconf automake git libtool
\
...
...
@@ -152,15 +154,15 @@ pacman -S autoconf automake git libtool \
mingw-w64-i686-libsndfile mingw-w64-i686-libvorbis
\
mingw-w64-i686-lua mingw-w64-i686-toolchain
\
rsync unzip wget
</code>
4
.
Download the source code
*(3-6 minutes)*
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:
<code>
git clone https://git.purrdata.net/jwilkes/purr-data.git
</code>
5
.
Enter the purr-data/l2ork_addons directory
*(less than a minute)*
<code>
6
.
Enter the purr-data/l2ork_addons directory
*(less than a minute)*
<code>
cd purr-data/l2ork_addons
</code>
6
.
Finally, build Purr-Data
*(45-80 minutes)*
<code>
7
.
Finally, build Purr-Data
*(45-80 minutes)*
<code>
./tar_em_up.sh -Z
</code>
7
.
Look in purr-data/packages/win32_inno/Output and click the setup file to
8
.
Look in purr-data/packages/win32_inno/Output and click the setup file to
start installing Purr Data to your machine.
### Code of Conduct
...
...
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