Cannot Figure Out How to Install Micropolis

I also tried cloning
https://github.com/Zirias/zfbsd-ports/tree/local/games/micropolis-fbsd but git can't find the repository.
This URL can't be cloned since it includes the path too, try command below instead:

$ git clone --depth=1 https://github.com/Zirias/zfbsd-ports

If you have a fresh ports tree already cloned on your system, clone Zirias' repository and copy the games/micropolis-fbsd folder to your up-to-date tree and enter to it. Then, you can run # make install-missing-packages to install missing dependencies of the port, then you can start building with $ make.

Code:
$ cp zfbsd-ports/games/micropolis-fbsd up-to-date-ports-tree/games
$ cd up-to-date-ports-tree/games/micropolis-fbsd
# make install-missing-packages
$ make
 
$ git clone --depth=1 https://github.com/Zirias/zfbsd-ports

Code:
# make install-missing-packages
$ make

Thank you very much for your help. Everything went well until I used make, I got a litany of warnings. It was so much that the xfce terminal couldn't even hold it all for me to save. I don't think it installed.
/usr/local/share/micropolis-fbsd/
is empty.
 
It built fine for me on 14.4-RELEASE with Poudriere. :/

Can you share the errors?
 

Attachments

  • output.webp
    output.webp
    118.1 KB · Views: 46
I got a litany of warnings.
Warnings are not errors.
It was so much that the xfce terminal couldn't even hold it all for me to save.
Normally the amount of lines you see should contain enough informations to read and proceed. Without sharing anything no one can help you…
I don't think it installed.
I agree, as make itself doesn't install anything; Therefore you need to execute make install.
 
Back
Top