Sun Microsystems is an IT technology company, mostly known for their Solaris operating system, SPARC-based systems and the Java programming language.
pfexec pkg install ss-dev
export CC=/opt/SunStudioExpress/bin/cc export CXX=/opt/SunStudioExpress/bin/CC export CFLAGS="-xO3" #Your fav compiler flags go here export CXXFLAGS="-xO3" ./configure --with-plugins=innobase,myisam --with-mysqld-libs=-lmtmalloc gmake
Yes, it is that simple. Of course you could just download the binaries and use them too; they work just fine.