blob: d7cac2c7fd34c653a2d66bb74fb71080f481ac3a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
Compile instruction 'make install' does nothing?
I have been [compiling this on a RISC-V system](https://github.com/geerlingguy/sbc-reviews/issues/65#issuecomment-2649116590), and after the `make -j4` step completes successfully, I ran `sudo make install` but that seems to do nothing:
```
ubuntu@ubuntu:~/Downloads/box64$ sudo make install
make: *** No rule to make target 'install'. Stop.
```
Following the directions in the COMPILE.md file here: https://github.com/ptitSeb/box64/blob/main/docs/COMPILE.md#the-general-approach
|