Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emmetio/pyv8-binaries

Archive of pre-compiled PyV8 binaries
https://github.com/emmetio/pyv8-binaries

Last synced: 5 days ago
JSON representation

Archive of pre-compiled PyV8 binaries

Awesome Lists containing this project

README

        

## Deprecation notice: this project is no longer maintained and it’s not required for Emmet anymore. Check out upcoming [Emmet 2](https://github.com/emmetio/sublime-text-plugin) plugin, which is pure Python implementation of Emmet code base.

----

Archive of pre-compiled PyV8 binaries, used by Emmet for Sublime Text plugin.

## Manual installation

If you experience issues with automatic PyV8 download of [Emmet for Sublime Text plugin](https://github.com/sergeche/emmet-sublime), you can manually install it:

1. Download PyV8 binary for your OS version (see notes below).
2. For Sublime Text 2 Unpack contents of downloaded archive into `PyV8/%filename%` folder inside Sublime Text Packages (find `Browse Packages...` menu item in ST2 editor to get into Packages folder), where `%filename%` is the name of downloaded file (e.g. it will be `pyv8-win64-p3` if you download `pyv8-win64-p3.zip` file).
3. For Sublime Text 3 Unpack contents of downloaded archive into `PyV8/%filename%` folder inside Sublime Text Installed Packages (find `Browse Packages...` menu item under preferences in ST3 editor to get into Packages folder, go up one level and go into Installed Packages), where `%filename%` is the name of downloaded file (e.g. it will be `pyv8-win64-p3` if you download `pyv8-win64-p3.zip` file).
4. Restart ST editor.

## Download

For Sublime Text 2 (Python 2.6):

* [Windows x32](https://github.com/emmetio/pyv8-binaries/raw/master/pyv8-win32.zip)
* [Windows x64](https://github.com/emmetio/pyv8-binaries/raw/master/pyv8-win64.zip)
* [OSX 10.7+](https://github.com/emmetio/pyv8-binaries/raw/master/pyv8-osx.zip)
* [OSX 10.6](https://github.com/emmetio/pyv8-binaries/raw/master/pyv8-mac106.zip)
* [Linux x32](https://github.com/emmetio/pyv8-binaries/raw/master/pyv8-linux32.zip)
* [Linux x64](https://github.com/emmetio/pyv8-binaries/raw/master/pyv8-linux64.zip)

For Sublime Text 3 (Python 3.3):

* [Windows x32](https://github.com/emmetio/pyv8-binaries/raw/master/pyv8-win32-p3.zip)
* [Windows x64](https://github.com/emmetio/pyv8-binaries/raw/master/pyv8-win64-p3.zip)
* [OSX 10.7+](https://github.com/emmetio/pyv8-binaries/raw/master/pyv8-osx-p3.zip)
* [Linux x32](https://github.com/emmetio/pyv8-binaries/raw/master/pyv8-linux32-p3.zip)
* [Linux x64](https://github.com/emmetio/pyv8-binaries/raw/master/pyv8-linux64-p3.zip)