Difference between revisions of "1 Get the development suite"

From Banana Pi Wiki
Jump to: navigation, search
Line 17: Line 17:
 
4.Wiki: view the documentation for the project,github is chinese version ,here is english
 
4.Wiki: view the documentation for the project,github is chinese version ,here is english
 
     [[File:Wiki.png]]
 
     [[File:Wiki.png]]
5. **commits** 指现在项目的更新或提交情况,在这里就可以知道项目的实际进展情况。
+
5. commits: to describe changes or commits that are current on a particular project.
 
     - ![commits](get_developmentkit/commits.png)
 
     - ![commits](get_developmentkit/commits.png)
6. **release** 这里就是存放给用户可以直接使用的工具套件以及源代码等。
+
6. release: is where you store the tool suite, source code, and so on that the user can use directly.
 
     - ![release](get_developmentkit/release.png)
 
     - ![release](get_developmentkit/release.png)
  

Revision as of 20:35, 17 February 2019

Get the development suite

1. Know the project

  • Github is a public and free version management repository, and most of them are open source projects. You can get a lot of materials or code you need here, etc., while our open source source code and other things are stored in the git repository of Github.

Base.png

The circled button option, for the user, provides the following functionality (although the document content may be updated with The Times, the general content shown in the image will not change).

1. Code: is the open source Code that the project stores, in this case the sample Code that can be used directly for the board.

 Code.png

2.Issues:can be posted here if there is any doubt, whether it is error report or need help, etc.

  Issues.png

3. Project: refers to the current development of the Project. You can see the development of the whole Project here.

  Project.png

4.Wiki: view the documentation for the project,github is chinese version ,here is english

   Wiki.png

5. commits: to describe changes or commits that are current on a particular project.

   - ![commits](get_developmentkit/commits.png)

6. release: is where you store the tool suite, source code, and so on that the user can use directly.

   - ![release](get_developmentkit/release.png)
      1. 2. 下载项目

- 如下图可以看到 Clone or Download 按钮,它是将当前项目的示例代码直接打包下载(不包含开发套件)。 - ![into](get_developmentkit/into.png) - 而获取开发套件需要点 release 或点此进入 [BPI-BIT-MicroPython/releases](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/releases) - ![list](get_developmentkit/list.png) - 点击蓝色字体即可下载文件,在这个项目里,开发套件工具都是按需下载的,所以需要什么工具的时候,文档开头会提及所需材料。 - 你可以回到开头重新了解一下或进入下一章节[有线连接板子](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/board_connect)。

![logo](./logo.jpg)