Skip to content
This repository was archived by the owner on Dec 15, 2019. It is now read-only.

Akendo/ENetzwerk

 
 

Repository files navigation

Programm zum berechnen von einfachen Schaltung. Simple appliance to calucate electical network with linare elements.

Build

   mkdir build && cd build/
   cmake ..
   cmake --build .

Bulding Windows

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]

ToDo

  • Autolinking libraries in Windows to executable

Dependency

docopt mit c++11

yaml-cpp c++11

About

Einfache Netzwerke berechnen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 85.2%
  • Shell 8.3%
  • Python 3.7%
  • Makefile 1.7%
  • CMake 0.5%
  • M4 0.3%
  • C 0.3%