Skip to content

Commit 0072678

Browse files
committed
Windows - update gem doc and script references
Aubio and sys-proctable dont need to be installed as gems - the vendored versions work just fine. However, ffi is needed.
1 parent deee3fe commit 0072678

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

INSTALL-WINDOWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ setx QT_INSTALL_LOCATION32 C:\Qt\Qt5.14.1\5.14.1\msvc2017 (restart command promp
2828
Install Ruby from http://rubyinstaller.org/downloads. Get the version with the devkit, 64 or 32 bit, depending on your platform. You should update aubio to 3.3 if you have an older version.
2929
```
3030
https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.6.5-1/rubyinstaller-devkit-2.6.5-1-x64.exe
31+
3132
gem install win32-process
3233
gem install rugged --version 0.27.1
33-
gem install aubio
34-
gem install sys-proctable
34+
gem install ffi
3535
```
3636
Run a console as administrator. Add a link to Ruby:
3737
```

app/gui/qt/win-prebuild.bat

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ cd %~dp0
55
@echo Copying aubio to the server...
66
copy external\build\aubio-prefix\src\aubio-build\Release\libaubio-5.dll ..\..\server\native\ruby\bin
77

8-
9-
10-
rmdir /S /Q ..\..\server\ruby\vendor\ruby-aubio-0.3.3
11-
12-
138
@echo Copying osmid to the server...
149
xcopy /Y /I /R /E external\build\osmid-prefix\src\osmid-build\Release\*.exe ..\..\server\native\osmid
1510

app/gui/qt/win-prebuild32.bat

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ cd %~dp0
55
@echo Copying aubio to the server...
66
copy external\build_x86\aubio-prefix\src\aubio-build\Release\libaubio-5.dll ..\..\server\native\ruby\bin
77

8-
rmdir /S /Q ..\..\server\ruby\vendor\ruby-aubio-0.3.3
9-
108
@echo Copying osmid to the server
119
xcopy /Y /I /R /E external\build_x86\osmid-prefix\src\osmid-build\Release\*.exe ..\..\server\native\osmid
1210

0 commit comments

Comments
 (0)