[Slackbuilds-users] hhvm 3.13.2

Eugen Wissner belka at caraus.de
Sun Jun 5 14:27:25 UTC 2016


Thanks.

Oh, "git diff" doesn't add new files, it is my fault. BUILDING.txt is
now attached.

Eugene

Am Sonntag, den 05.06.2016, 20:27 +0700 schrieb Willy Sudiarto Raharjo:
> > 
> > And again hhvm update.
> > 
> > git patch against master.
> > 
> > Please add BUILDING.txt aswell. Since I'm not using the original
> > git
> > source, it could be useful for people to know how they can build
> > hhvm
> > (maybe an update or the master)
> Applied to my branch with minor update
> i added docs from hhvm but i can't find any BUILDING.txt in the
> source
> 
> 
> _______________________________________________
> SlackBuilds-users mailing list
> SlackBuilds-users at slackbuilds.org
> http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - http://slackbuilds.org/faq/
> 
-------------- next part --------------
Clone the repository:
git clone --depth=1 git://github.com/facebook/hhvm.git HHVM-3.13.2

Check out the last branch/tag.

Download third-party modules:
git submodule update --init --recursive

Third-party modules can be removed:
- libsqlite3

Remove GIT related files:
find . -name "\.git*" -print0 | xargs -0 rm -rf

Build:
cmake
make -j5
make install


More information about the SlackBuilds-users mailing list