b31342e0e999679a6c4fdd40cf12c3433c2094e9
Home.md
| ... | ... | @@ -1 +1,13 @@ |
| 1 | -开始加入 |
|
| ... | ... | \ No newline at end of file |
| 0 | +# 欢迎开始加入! |
|
| 1 | + |
|
| 2 | +## 资源链接 |
|
| 3 | +* 团队项目管理[worktile](https://linksfield.worktile.com)。 |
|
| 4 | +* 注册开发账户[coding.net](https://dev.tencent.com),将账户发到**嵌入式开发**微信群。 |
|
| 5 | +* FTP资料**ftp://192.168.1.2/Eembedded**,用户名:**softsim**,密码:**123456**,使用[FileZilla](https://filezilla-project.org/)等客户端工具访问,开启ssl。 |
|
| 6 | +* 自动化编译服务[Linux服务器](http://jenkins1.matri.xin:8080/),[Windows服务器](http://jenkins2.matri.xin:8080/)。 |
|
| 7 | + |
|
| 8 | +## 开发工具 |
|
| 9 | +* 使用[VS code](https://code.visualstudio.com/)做为主要开发工具,并安装C/C++等扩展插件。 |
|
| 10 | +* 使用**git**作为版本控制工具,Windows系统安装[Win Git](https://gitforwindows.org/)。 |
|
| 11 | +* Windows系统安装[Cygwin](https://www.cygwin.com/),请安装*32bit*版本\[或者安装*32bit* gcc\],安装gcc,make,libssh-dev, openssl-dev等软件包。 |
|
| 12 | +* Android开发使用[Android Studio](https://developer.android.com/studio/),不安装Android Studio也需要下载安装**Android SDK**,并将*platform-tools*路径加入系统**PATH**环境变量。 |