Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emmetio/pyv8-binaries
- Owner: emmetio
- Created: 2012-11-01T15:32:10.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T11:02:47.000Z (almost 5 years ago)
- Last Synced: 2024-10-29T22:37:58.975Z (11 days ago)
- Size: 62.6 MB
- Stars: 712
- Watchers: 38
- Forks: 301
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
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)