Skip to content

Conversation

@hendkai
Copy link

@hendkai hendkai commented Aug 2, 2024

refactor: Update Makefile for cross-platform compatibility and OpenSSL linking

  • Defined CC and CFLAGS at the top for consistency.
  • Added simplevanitygen.o to the OBJS list and vanitygen++ target dependencies.
  • Ensured OPENCL_LIBS and LIBS are correctly set for different platforms.
  • Added -lcurl for oclvanityminer to link against libcurl.
  • Ensured clean target removes all object files and executables.
  • Updated comments for required packages on CentOS/Redhat and Ubuntu.

This update ensures the Makefile works across different platforms and links correctly with the required libraries, including OpenSSL and libpcre.

refactor: Update Makefile for cross-platform compatibility and OpenSSL linking

- Defined CC and CFLAGS at the top for consistency.
- Added simplevanitygen.o to the OBJS list and vanitygen++ target dependencies.
- Ensured OPENCL_LIBS and LIBS are correctly set for different platforms.
- Added -lcurl for oclvanityminer to link against libcurl.
- Ensured clean target removes all object files and executables.
- Updated comments for required packages on CentOS/Redhat and Ubuntu.

This update ensures the Makefile works across different platforms and links correctly with the required libraries, including OpenSSL and libpcre.
Copy link

@Mohamadhosein369 Mohamadhosein369 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alpha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants