Programm zum berechnen von einfachen Schaltung. Simple appliance to calucate electical network with linare elements.
mkdir build && cd build/
cmake ..
cmake --build .
You'll need cmake [mingw] (http://www.mingw.org/) and codeblocks
It's essential to place the mingwin compiler ;C;/MinGW/bin; in the PATH in Windows System envionment to ensure a stable build.
Please first install mingw than codeblocks and last cmake. It appeared to break the build process if done otherwise.
In addtion to this you need to place a patch for mingw manul to support the necessary feature: (Enabling string conversion functions in MinGW)[http://tehsausage.com/mingw-to-string]
- Autolinking libraries in Windows to executable