# rvtrans **Repository Path**: openkylin/rvtrans ## Basic Information - **Project Name**: rvtrans - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 5 - **Created**: 2022-09-07 - **Last Updated**: 2026-02-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Compile Using a 64bit OS ```shell git clone https://gitee.com/openkylin/rvtrans cd rvtrans mkdir build; cd build; cmake .. -DRV64=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo make -j`nproc` ``` ### Test If file in `../tests` no executable, you need: ```shell sudo chmod -R 777 ../tests/ ``` ```shell ctest -j$(nproc) --rerun-failed --output-on-failure ``` ### Install ```shell sudo make install ``` If it's a first install, you also need: ```shell sudo systemctl restart systemd-binfmt ```