Uninstalling Qt on a Mac
-
Hi -
I'm brand new to Qt. I'm hoping to use it with eclipse to generate a GUI for a simple upcoming application. I installed once, but I'd like to start over. When I try to run the uninstall script, it tells me I must be logged in as root. (I'm running on a Mac.) Can someone tell me what I'm doing wrong? Thank you.
-
By default, the root user is disabled on OS X, if you need to do something as root, open Terminal and use the sudo command eg. sudo uninstallscript.
Enable the root user it's as simple as giving root a password with sudo passwd root you will be prompted for a new password to enable root access.
-
Welcome mzimmers! Please, feel free to ask more questions :-)