目录
目录README.md

Build and Run helloworld with Ruxgo

Here are two methods for building a helloworld application using the Ruxgo:

Method 1: Utilizing the Ruxgo’s Package Management Tool

# Show the current support package list
ruxgo pkg -l

# Pull the helloworld and ruxos package
ruxgo pkg -p rux-helloworld
ruxgo pkg -p ruxos

# Build and Run
cd ruxos_pkg/rux-helloworld
ruxgo -b
ruxgo -r

Note: Since rux-helloworld needs to run on ruxos, you should also pull the ruxos locally. Also ensure that ruxos and the rux-helloworld package you fetched are in the same directory level.

Method 2: Copying the Repository into the RuxOS Source Code

# Clone the Repository into the RuxOS Source Code
git clone https://github.com/syswonder/rux-helloworld ./apps/c/helloworld/

# Build and Run
cd ruxos/apps/c/helloworld
ruxgo -b
ruxgo -r

Note: Make sure you have the RuxOS source code already.

关于

Helloworld library for RuxOS

28.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

©Copyright 2023 CCF 开源发展委员会
Powered by Trustie& IntelliDE 京ICP备13000930号