- Install
hhvm
(http://www.hhvm.com/blog/) - Just run
hhvm composer.phar update|install
Tips :
If your dependencies needs ext-intl
or ext-gmp
you can add this to your composer.json
hhvm
(http://www.hhvm.com/blog/)hhvm composer.phar update|install
Tips :
If your dependencies needs ext-intl
or ext-gmp
you can add this to your composer.json
#!/bin/bash | |
# | |
# yoga-auto-rotate -- ghetto-style tablet mode, with keyboard and all. | |
# | |
# Simple little script that will detect an orientation change for a | |
# Lenovo Yoga 13 (very hackily) and adjust the active display's | |
# orientation and disable/enable the touchpad as necessary. | |
# | |
# The Yoga 13 will emit keycode `e03e` at one second intervals | |
# when the screen is flipped into tablet mode. Since this keycode |