Open prko opened 1 year ago
I realised that I had not installed fomus. I cannot install it on the Apple silicon chip. Is there no way to use it on the Apple silicon chip?
I cannot install fomus on Ventura on an Intel Mac.
Hi @prko, I was not able to compile fomus on the current macOS version, but I manage to download the old package, and manually copy and change permissions (with chmod +x
), and it somehow works.
If you know some C++, maybe you can give it a try and compile it.
Thanks for letting me know. I could try it if I could know C++ basics.... I will try to learn C++ if I have time...
Try opening the last package for macOS, and see if the binaries work. Open the file Archive.pax.gz
inside the Package and copy the binaries, then change permissions. See if that works.
Dear smoge,
I have evaluated the following two codes, slightly modified from your sample code in the help document:
The results are as follows:
Did I do something wrong?