-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I install Cxxtest and run it on a mac terminal?? #133
Comments
Dear AndrewBrin, have you installed Xcode and additionally Xcode command line tools? in your terminal. Your answer should look similar to this: Afterwards you can try the examples from the documentation by simply changing g++ to c++. Regards, |
Can I close this? |
@atomgalaxy Yeah this is really stupid |
This is probably safe to close, but for others looking for this I was able to install this using Homebrew.
|
Do not close this.. I am still trying to do this. everything is not working…
???
On 24 Mar 2018, at 11:45 am, Joseph Frazer <[email protected]<mailto:[email protected]>> wrote:
This is probably safe to close, but for others looking for this I was able to install this using Homebrew<https://brew.sh/>.
brew install CxxTest
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#133 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AP8kbhNmtHRJ6hGUXfwcXdfnn3IrXFxAks5thZcbgaJpZM4NZFXQ>.
|
Sorry, I assumed because of the age and lack of responses. Did you try to install it via brew? |
Andrew, We need to know more about your environment in order to help you. In general, getting something like CxxTest to work requires understanding of how to run code generators from your build environment. Helping with that is something we can try to do (and we do provide integration scripts for various build tools), but ultimately, you need to know how to run python from your makefiles (or other). |
Hi,
I have tried so many times to install this cxxtest but I cant do it?? Can someone please help me. I have downloaded all the files on the website but I do not know where to place them nor do I know how to execute it.
Please can someone help me.
The text was updated successfully, but these errors were encountered: