Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
kxxt committed Feb 10, 2024
0 parents commit 47a8847
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# electron for riscv64

This repo is a fork of electron with riscv64 support added.

Status: Work In Progress

Releases will be published later.

## Repo Organization

Branches with riscv64 support have a suffix of `-riscv`. e.g. `main-riscv`, `28-x-y-riscv`

## Build Instruction

This repo supports both building in RISC-V environment and cross-compiling from a x86-64 host.

### Cross-Compile

TODO

### Build on RISC-V

TODO

0 comments on commit 47a8847

Please sign in to comment.