Skip to content

Commit

Permalink
first 8.*
Browse files Browse the repository at this point in the history
  • Loading branch information
vizicist committed Jun 23, 2024
1 parent e38f40b commit 0f92635
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.98
8.01
2 changes: 1 addition & 1 deletion build/windows/bin_build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ popd
if not "%PALETTE_MMTT%" == "kinect" goto no_mmtt_kinect
echo ================ Compiling mmtt_kinect
pushd %PALETTE_SOURCE%\mmtt_kinect\build\windows
msbuild /t:Build /p:Configuration=Debug /p:Platform="x32" mmtt_kinect.sln > nul
msbuild /t:Build /p:Configuration=Debug /p:Platform="x32" mmtt_kinect.sln
rem Put mmtt_kinect in its own bin directory, to keep 32-bit things separate
mkdir %bin%\mmtt_kinect
copy mmtt_kinect\Debug\mmtt_kinect.exe %bin%\mmtt_kinect\mmtt_kinect.exe >nul
Expand Down
8 changes: 8 additions & 0 deletions build/windows/mmtt_build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
echo ================ Compiling mmtt_kinect
pushd %PALETTE_SOURCE%\mmtt_kinect\build\windows
msbuild /t:Build /p:Configuration=Debug /p:Platform="x32" mmtt_kinect.sln
rem Put mmtt_kinect in its own bin directory, to keep 32-bit things separate
mkdir %bin%\mmtt_kinect
copy mmtt_kinect\Debug\mmtt_kinect.exe %bin%\mmtt_kinect\mmtt_kinect.exe >nul
copy mmtt_kinect\*.dll %bin%\mmtt_kinect >nul
popd
3 changes: 2 additions & 1 deletion doc/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ Not sure whether %USERPROFILE%\Github\palette\SenselLib\x64 is needed, it depend
- Install mingw64 to get the gcc compiler.
The last time I installed it from https://github.com/niXman/mingw-builds-binaries, and it may be necessary to download
the "online installer" and execute it from the Explorer, selecting "more info" to allow installation of an unsigned package.
The version I'm using is the 13.1.0 version, 64 bit architecture, posix thread model, and ucrt runtime.
The version of gcc I'm using gives this output from 'gcc --version' -
gcc (x86_64-win32-sjlj-rev0, Built by MinGW-W64 project) 8.5.0

- In Visual Studio Code, click on the "extensions marketplace" icon (four little squares) on the left side.
In the "Search Extensions" field, enter "go", and install the Go language support.
Expand Down
Binary file added release/palette_8.01_data_omnisphere.exe
Binary file not shown.
Binary file added release/palette_8.01_win_setup.exe
Binary file not shown.
Binary file added release/palette_8.01_win_setup_with_kinect.exe
Binary file not shown.

0 comments on commit 0f92635

Please sign in to comment.