JamesBremner / TERN

Event simulator with tasks
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

this not a VS2015 C++ project #1

Open SPARKtechBD opened 7 years ago

SPARKtechBD commented 7 years ago

I have failed to open this code in VS2015 C++

JamesBremner commented 7 years ago

The TERN code is standards compliant C++11. This means that you may use any standards compliant C++11 compiler you prefer.

You could use Microsoft Visual Studio, any version that supports C++11. However, I do not recommend doing so. There are three reasons for this:

  1. Microsoft Visual Studio is proprietary software. There are many fine free, open source compilers and IDEs available

  2. The Microsoft C++ compiler is not standards compliant. You may have to alter the code here and there to adjust for the Microsoft peculiarities. This is usually not a big deal, but it is a nuisance to maintain.

  3. For the above two reasons, I do not support Microsoft Visual Studio. This means that you will have to construct your own project files. Again, this is not a lot of work, but it is an unnecessary nuisance.

I do recommend using the CODE::BLOCKS IDE, which uses the standards compliant C++ compiler gcc The advantage here is that I provide project files for this IDE in the code repository, which you are welcome to use and will build the projects "out of the box" with no more required by you. You can download the IDE from http://www.codeblocks.org/

However, as I said before, you can use any compiler and IDE you prefer so long as you are willing to maintain your own project files.

JamesBremner commented 7 years ago

The simplest place to start is to build the tern_in_console unit tests.

Here is the step by step procedure to build using CODE::BLOCKS.

JamesBremner commented 7 years ago

Using another IDE is a similar procedure, with a few more steps

image

Please be aware that this procedure is not supported. This means that you will have to maintain the project file and any changes to the code required b y your compiler.

JamesBremner commented 7 years ago

Hello? Have you decided which IDE you want to use?

This issue has been open for three days now. I have provided you with detailed responses, but have not yet received anything back from you.