RVVM icon indicating copy to clipboard operation
RVVM copied to clipboard

installation support

Open ZLangJIT opened this issue 1 year ago • 1 comments

does rvvm currently support make install or cmake --install (eg, for installation into rootfs's or system wide installs) ?

ZLangJIT avatar Oct 20 '24 00:10 ZLangJIT

Yes it is possible to install using make install. It is usually used for packaging system purposes (I.e. generate a distro package using make install DESTDIR=...), but it is possible to just copy into the rootfs directly.

LekKit avatar Oct 20 '24 09:10 LekKit

i assume it installs headers to include/rvvm ?

ZLangJIT avatar Oct 29 '24 11:10 ZLangJIT

Yes.

LekKit avatar Oct 30 '24 12:10 LekKit