Hello,
I would like to know what C++ compiler was used to Orthanc ? Futhermore do you know where can I get conception documents ?
Thanh-Tuan
Hello,
I would like to know what C++ compiler was used to Orthanc ? Futhermore do you know where can I get conception documents ?
Thanh-Tuan
Hello,
Depending on the platform, releases of Orthanc are built using gcc (Linux), clang (OS X on Travis-CI, and some Linux distributions), MinGW/MinGW-w64 (cross-compilation for development snapshots), or Microsoft Visual Studio Express (Microsoft Windows for official releases).
What do you mean by “conception documents”?
HTH,
Sébastien-
I’m sorry, i’m a new user of Orthanc.What I mean behind “conception document” is a document or some documents which could help me to understand more the code.
Thanks,
Thanh-Tuan
Currently, there is no public document describing the internal architecture of the Orthanc core. I suggest you to consider developing plugins, as the plugin API is thoroughly documented with Doxygen and many examples are available. Developing plugins is the recommended way of contributing to Orthanc.
Thanks,
Sébastien-