OLD | NEW |
1 webports | 1 webports |
2 ======== | 2 ======== |
3 | 3 |
4 webports is collection of open source libraries and applications that | 4 webports is collection of open source libraries and applications that |
5 have been ported to Native Client, along with set to tools for building | 5 have been ported to Native Client, along with set to tools for building |
6 and maintaining them. | 6 and maintaining them. |
7 | 7 |
8 Packages can be built from source or prebuilt binaries packages can be | 8 Packages can be built from source or prebuilt binaries packages can be |
9 downloaded from the continuous build system. | 9 downloaded from the continuous build system. |
10 | 10 |
(...skipping 10 matching lines...) Expand all Loading... |
21 The tools for building packages live in `bin`. The binary tool is simple | 21 The tools for building packages live in `bin`. The binary tool is simple |
22 called `webports`. To build and install a package into the toolchain | 22 called `webports`. To build and install a package into the toolchain |
23 run `webports install <package_dir>`. This script will download, patch, | 23 run `webports install <package_dir>`. This script will download, patch, |
24 build and install the application or library. By default it will first | 24 build and install the application or library. By default it will first |
25 install any dependencies that that the package has. | 25 install any dependencies that that the package has. |
26 | 26 |
27 Links | 27 Links |
28 ----- | 28 ----- |
29 | 29 |
30 - Git: <https://chromium.googlesource.com/webports.git> | 30 - Git: <https://chromium.googlesource.com/webports.git> |
31 - Bugs: <https://bugs.chromium.org/p/naclports/issues/list> | 31 - Bugs: <https://bugs.chromium.org/p/webports/issues/list> |
32 - Continuous builder: <http://build.chromium.org/p/client.nacl.ports/> | 32 - Continuous builder: <http://build.chromium.org/p/client.nacl.ports/> |
33 - Continuous build artifacts: <http://gsdview.appspot.com/webports/builds/> | 33 - Continuous build artifacts: <http://gsdview.appspot.com/webports/builds/> |
34 | 34 |
35 Prerequistes | 35 Prerequistes |
36 ------------ | 36 ------------ |
37 | 37 |
38 The minimum requirements for using webports are: | 38 The minimum requirements for using webports are: |
39 | 39 |
40 - python 2.7 | 40 - python 2.7 |
41 - python-dev | 41 - python-dev |
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
217 | 217 |
218 ``` | 218 ``` |
219 $ make run | 219 $ make run |
220 ``` | 220 ``` |
221 | 221 |
222 This will start a local web server serving the content of `out/publish` | 222 This will start a local web server serving the content of `out/publish` |
223 after which you can navigate to <http://localhost:5103> to view the | 223 after which you can navigate to <http://localhost:5103> to view the |
224 content. | 224 content. |
225 | 225 |
226 Happy porting! | 226 Happy porting! |
OLD | NEW |