Installing MATLAB: processor is missing the SSE2 instructions
Daniel Underwood
djuatdelta at gmail.com
Sun Jul 12 19:00:50 UTC 2009
Upon further investigation, I've learned that I can disregard the sse2 error.
I changed:
expr "`cat /proc/cpuinfo`" : '.* sse2 .*$'
to:
#expr "`cat /proc/cpuinfo`" : '.* sse2 .*$'
echo 1
More information about the freebsd-questions
mailing list