docs
docs copied to clipboard
Compiler breaking error in getting started guide
Please see https://forum.phalconphp.com/discussion/16715/compiler-breaking-error-in-getting-started-guide
Please review the getting started guide:
- [ ] Sync the guide with the Github README.md from https://github.com/phalcon/cphalcon installation
- [ ] Run through and test the document for fitness.
The line export CFLAGS="-O2 --fvisibility=hidden"
that appears to be the issue appears in the docs under FreeBSD, and Linux (forced architecture) installs. I will fire up a couple of VM's to see if I can recreate this over the next couple of days.
Update:
I set up a GhostBSD VM, based on FreeBSD, and was able to compile Phalcon. Though I had a little less luck with the Xubunu VM I was unable to get the make
commands to work properly, so I was not able to test the step in question yet.
Also in GhostBSD the pkg_add
command is replaced with pkg install
. Not sure that distro is popular enough to make a documentation change or not. I can add it if you want.