mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Update links in docs (#2691)
JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
parent
93ec226650
commit
adb80c2045
@ -47,7 +47,7 @@ You should use your real name and email address in the format below:
|
|||||||
|
|
||||||
"JerryScript-DCO-1.0-Signed-off-by:" this is a developer's certification that he or she has the right to submit the patch for inclusion into the project. It is an agreement to the JerryScript [Developer's Certificate of Origin](DCO.md). **Code without a proper signoff cannot be merged into the mainline.**
|
"JerryScript-DCO-1.0-Signed-off-by:" this is a developer's certification that he or she has the right to submit the patch for inclusion into the project. It is an agreement to the JerryScript [Developer's Certificate of Origin](DCO.md). **Code without a proper signoff cannot be merged into the mainline.**
|
||||||
|
|
||||||
### 4. Open a GitHub [pull request](https://github.com/jerryscript-project/jerryscript/pulls)
|
### 4. Open a GitHub [pull request](https://github.com/pando-project/jerryscript/pulls)
|
||||||
|
|
||||||
You can find instructions about opening a pull request [here](https://help.github.com/articles/creating-a-pull-request).
|
You can find instructions about opening a pull request [here](https://help.github.com/articles/creating-a-pull-request).
|
||||||
|
|
||||||
@ -96,4 +96,3 @@ with open(commit_msg_filepath, "r+") as f:
|
|||||||
```
|
```
|
||||||
|
|
||||||
Please refer [Git Hooks](http://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks) for more information.
|
Please refer [Git Hooks](http://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks) for more information.
|
||||||
|
|
||||||
|
|||||||
@ -51,7 +51,7 @@ python tools/build.py --cmake-param=CMAKE_PARAM
|
|||||||
python tools/build.py --profile=es5.1|es2015-subset|minimal
|
python tools/build.py --profile=es5.1|es2015-subset|minimal
|
||||||
```
|
```
|
||||||
|
|
||||||
See also the related [README.md](https://github.com/jerryscript-project/jerryscript/blob/master/jerry-core/profiles/README.md).
|
See also the related [README.md](https://github.com/pando-project/jerryscript/blob/master/jerry-core/profiles/README.md).
|
||||||
|
|
||||||
**Use (compiler-default, external) libc**
|
**Use (compiler-default, external) libc**
|
||||||
|
|
||||||
|
|||||||
@ -584,4 +584,4 @@ main (void)
|
|||||||
|
|
||||||
## Further steps
|
## Further steps
|
||||||
|
|
||||||
For further API description, please visit [API Reference page](https://jerryscript-project.github.io/jerryscript/api-reference/) on [JerryScript home page](https://jerryscript-project.github.io/jerryscript/).
|
For further API description, please visit [API Reference page](https://pando-project.github.io/jerryscript/api-reference/) on [JerryScript home page](https://pando-project.github.io/jerryscript/).
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# Available JerryScript debugger tools
|
# Available JerryScript debugger tools
|
||||||
|
|
||||||
- JerryScript console debugger client ( jerry_client.py )
|
- JerryScript console debugger client ( jerry_client.py )
|
||||||
- IoT.js Code ( https://github.com/Samsung/iotjscode )
|
- IoT.js Code ( https://github.com/pando-project/iotjscode )
|
||||||
- JerryScript debugger Chrome webtool ( https://github.com/jerryscript-project/jerryscript-debugger-ts )
|
- JerryScript debugger Chrome webtool ( https://github.com/pando-project/jerryscript-debugger-ts )
|
||||||
|
|||||||
@ -13,7 +13,7 @@ Clone the necessary projects into a `jerry-nuttx` directory. The last tested wor
|
|||||||
# Create a base folder for all the projects.
|
# Create a base folder for all the projects.
|
||||||
mkdir jerry-nuttx && cd jerry-nuttx
|
mkdir jerry-nuttx && cd jerry-nuttx
|
||||||
|
|
||||||
git clone https://github.com/jerryscript-project/jerryscript.git
|
git clone https://github.com/pando-project/jerryscript.git
|
||||||
git clone https://bitbucket.org/nuttx/nuttx.git -b nuttx-7.22
|
git clone https://bitbucket.org/nuttx/nuttx.git -b nuttx-7.22
|
||||||
git clone https://bitbucket.org/nuttx/apps.git -b nuttx-7.22
|
git clone https://bitbucket.org/nuttx/apps.git -b nuttx-7.22
|
||||||
git clone https://github.com/texane/stlink.git
|
git clone https://github.com/texane/stlink.git
|
||||||
|
|||||||
@ -12,7 +12,7 @@ If you are in a hurry, run following commands:
|
|||||||
$ sudo apt-add-repository -y "ppa:team-gcc-arm-embedded/ppa"
|
$ sudo apt-add-repository -y "ppa:team-gcc-arm-embedded/ppa"
|
||||||
$ sudo apt-get update
|
$ sudo apt-get update
|
||||||
$ sudo apt-get install gcc-arm-embedded
|
$ sudo apt-get install gcc-arm-embedded
|
||||||
$ git clone https://github.com/jerryscript-project/jerryscript.git jerryscript
|
$ git clone https://github.com/pando-project/jerryscript.git jerryscript
|
||||||
$ cd jerryscript
|
$ cd jerryscript
|
||||||
$ make -f ./targets/tizenrt-artik053/Makefile.travis install script
|
$ make -f ./targets/tizenrt-artik053/Makefile.travis install script
|
||||||
```
|
```
|
||||||
@ -40,7 +40,7 @@ $ export PATH=<Your Toolchain PATH>:$PATH
|
|||||||
```
|
```
|
||||||
$ mkdir jerry-tizenrt
|
$ mkdir jerry-tizenrt
|
||||||
$ cd jerry-tizenrt
|
$ cd jerry-tizenrt
|
||||||
$ git clone https://github.com/jerryscript-project/jerryscript.git
|
$ git clone https://github.com/pando-project/jerryscript.git
|
||||||
$ git clone https://github.com/Samsung/TizenRT.git -b 1.1_Public_Release
|
$ git clone https://github.com/Samsung/TizenRT.git -b 1.1_Public_Release
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user