sys-bio / Libstructural

A library for various structural analyses
BSD 2-Clause "Simplified" License
3 stars 1 forks source link

We need a 32-bit version as well #14

Closed hsauro closed 6 years ago

hsauro commented 6 years ago

Turns out I needed a 32 bit version of libstructural, so once the paper is submitted, update CMAKE so that is can also genreate 32 bit binaries.

fbergmann commented 6 years ago

That should already be possible, by simply specifying a 32bit generator ... i use the original libstruct (https://sourceforge.net/projects/libstruct/) with other generators, so unless you have added something calling:

cmake -G "Visual Studio 15 2017 Win32" <other options>

should create you a 32bit visual studio project. To build from the command line just use a 32bit VS command prompt and use the "NMake Makefiles" generator.

hsauro commented 6 years ago

I created one but it took some fiddling to make it work.

Herbert

On Fri, Dec 29, 2017 at 1:02 AM Frank Bergmann notifications@github.com wrote:

That should already be possible, by simply specifying a 32bit generator ... i use the original libstruct ( https://sourceforge.net/projects/libstruct/) with other generators, so unless you have added something calling:

cmake -G "Visual Studio 15 2017 Win32"

should create you a 32bit visual studio project. To build from the command line just use a 32bit VS command prompt and use the "NMake Makefiles" generator.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sys-bio/Libstructural/issues/14#issuecomment-354418575, or mute the thread https://github.com/notifications/unsubscribe-auth/ABAZDmEaycnstcJNG2LxA3Fbx6lldW9eks5tFKqJgaJpZM4ROmQl .