denniskb / spice2

The Spice SNN Simulator
Other
6 stars 0 forks source link

Port to Windows/Visual Studio #16

Open denniskb opened 2 years ago

denniskb commented 2 years ago

@oikonom This is fairly simple. We don't care about finding equivalent options/commands for VS so it's just a question of guarding VS from seeing linux-specific stuff.

denniskb commented 2 years ago

To elaborate: Spice uses Linux- and GCC-specific commands/options to various degrees.

This task is not about porting the entirety of Spice to Windows, but just to get it to build so Windows-users can at least run the samples. For this purpose:

denniskb commented 2 years ago

TODO: Add disclaimer to readme that full performance on Windows cannot be achieved due to lack of async support (only available with Windows Datacenter Edition).