https://github.com/boompig/chromium-stream-processing
https://github.com/boompig/chromium-stream-processing
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/boompig/chromium-stream-processing
- Owner: boompig
- License: other
- Created: 2016-01-22T17:02:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-24T02:20:52.000Z (over 10 years ago)
- Last Synced: 2025-02-22T20:20:28.143Z (over 1 year ago)
- Language: C
- Size: 6.69 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is the source code for the Chromium Stream Processing framework, 1.9 release
I did not create this project, this is just a snapshot of the official source, as of release 1.9
Official site is [here](https://graphics.stanford.edu/papers/cr/)
Paper is [here](https://graphics.stanford.edu/papers/cr/cr_lowquality.pdf)
# Build instructions for Windows
1. Install the following:
* Cygwin: https://cygwin.com/
* Install the `make` package
* Visual Studio: https://www.visualstudio.com/
2. Add the Cygwin bin path (e.g., `C:\Cygwin64\bin`) to your `%PATH%`
environment variable
3. Open up a (Windows) command prompt
4. Go into the Visual Studio directory. E.g.,
`cd "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC"`
5. Set the appropriate build environment variables for your target OS using
the `vcvarsall.bat` command. For example, for x64 run
`vcvarsall.bat amd64`
6. Go into the project directory and run `make`