You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For UNIX/GNU/Linux users/computer_programmers, *BSD & GNU Makes are still standard; CMake isn't (still seems uncommon) so you should write basic instructions, i.e. perhaps decompress xmrig-cuda, change directory/folder into it, and the following.
mkdir build
cd build
cmake ..
gmake
When I do that, compiling halts on many 'identifier "int_as_float" is undefined': GitHub gist log.
The text was updated successfully, but these errors were encountered:
For UNIX/GNU/Linux users/computer_programmers, *BSD & GNU Makes are still standard; CMake isn't (still seems uncommon) so you should write basic instructions, i.e. perhaps decompress xmrig-cuda, change directory/folder into it, and the following.
When I do that, compiling halts on many 'identifier "int_as_float" is undefined': GitHub gist log.
The text was updated successfully, but these errors were encountered: