RapidScada / scada

Contains Rapid SCADA sources
Apache License 2.0
680 stars 311 forks source link

Building binaries #53

Closed Zod20 closed 6 years ago

Zod20 commented 6 years ago

Hi I have built all the solutions successfully in the order shown in the howtobuild.txt. How to build the .exe now and in what order?

circler3 commented 6 years ago

When you build all the projects, you will get all the necessary files (include .exe) in seperate solution output folders. You'd better try an installer release first to help you know more about the software.

GuoRuiLv commented 6 years ago

@Zod20 Based on my experience, Pay attention to three Point:

  1. First download the dll to local directory,the dll directory name must be "dll" and must in same level with the scadasource directory. Because some project depend on the dll. 2.You need build the solutions in order. 3.And you must build a "Release" version ,because some project dependent on other project's bin/release/xxx.dll That all, you shoud can build successfuly.
Zod20 commented 6 years ago

Thanks a lot, it works now! Everything seems to be working fine and it's a very well-written piece of software. Thank you for the hard work :)