# OpenFPGAduino **Repository Path**: yonglehou/OpenFPGAduino ## Basic Information - **Project Name**: OpenFPGAduino - **Description**: OpenFPGAduino 是基于 nodejs 与 FPGA 的开源嵌入式物联网软硬件开发平台。 - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 24 - **Created**: 2016-03-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenFPGAduino All open source file and project for OpenFPGAduino project Official web site includes document and video demo http://openfpgaduino.github.io Prepare the Build environment Install the docker: https://docs.docker.com/installation/#installation Pull the view: git clone --recursive https://github.com/OpenFPGAduino/OpenFPGAduino.git Run the script to prepare the build environment cd OpenFPGAduino ./start-build-env.sh Build all: In the container build all the source code: ./configure make