Shark-ML / Shark

The Shark Machine Leaning Library. See more:
http://shark-ml.github.io/Shark/
GNU Lesser General Public License v3.0
493 stars 130 forks source link

x64 #266

Closed dry11orange closed 5 years ago

dry11orange commented 5 years ago

Is there a way to build shark x64 with vs2015

Ulfgard commented 5 years ago

you should be able to select an x64 build in either cmake or the ide

dry11orange commented 5 years ago

I tried, But I found no x64 in cmake or ide 2019-03-05_104719 2019-03-05_104733

Ulfgard commented 5 years ago

On older versions of visual studio, the first time you set up the build folder with cmake and click on "generate" cmake will ask you what platform to build for. there are two versions, one having "-win64" appended to the end. I do not run windows and do not use visual studio aside from automatic build testing (and an occasional run via visual studio code). So i am not sure about all the details on your platform.

dry11orange commented 5 years ago

ok, Thank you!!