Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
growlerpig committed Apr 30, 2020
1 parent 590ded6 commit c0d2f60
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# simplemsptorch~
basic Max/MSP external with LibTorch support
basic Max/MSP external with LibTorch support

2 flavours: classic C (as used in the SDK), and C++ (with some ugly workarounds but does make your life easier)
2 flavours: classic C (as used in the SDK), and C++ (with some ugly workarounds but does make your life easier)

tested on Windows 10 x64 only, no CUDA
tested on Windows 10 x64 only, no CUDA

(OSX version coming soon)
(OSX version coming soon)

## build (Win)
## build (Win)

clone repo into max-sdk-8.0.3\source\
clone repo into max-sdk-8.0.3\source\

download LibTorch into (Project_Dir)/libtorch
download LibTorch into (Project_Dir)/libtorch

[ optional: change your project name. This means find-replacing all occurences of simplemsptorch, in every file ]
*optional: change your project name. This means find-replacing all occurences of simplemsptorch, in every file*

copy the libtorch *.dll files to c:\Program Files\Cycling '74\Max 8\resources\support\ (or the /support directory in your package)
copy the libtorch *.dll files to c:\Program Files\Cycling '74\Max 8\resources\support\ *(or the /support directory in your package)*

open the VS2017 project, set the Release / x64 configuration
open the VS2017 project, set the config to Release / x64

build
build

0 comments on commit c0d2f60

Please sign in to comment.