# OpenFPGAduino **Repository Path**: jawarV/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**: 2015-11-24 - **Last Updated**: 2021-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenFPGAduino All open source file and project for OpenFPGAduino project Prepare the Build environment Install the docker: https://docs.docker.com/installation/#installation Download the Build environment: sudo docker pull openfpgaduino/openfpgaduino Run the environment and open the shell: sudo docker run --privileged -i -t openfpgaduino/openfpgaduino Pull the view: git clone --recursive https://github.com/OpenFPGAduino/OpenFPGAduino.git Build all: ./configure make