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
I tried to follow the steps mentioned in the README and also went through the INSTALL file but after firing the make command, it was not obvious where the executable binary was built. In my limited experience using make, I was hoping for a bin directory to be created, but I couldn't find it.
Since the make file was too long, I couldn't trace it there as well. At any rate, after looking at .gitignore, I found that the binary is present in the src directory.
Please suggest a way in which we can make it easy for other people to contribute to this project. I am listing down some ways below
Add a CONTRIBUTING file which clearly states how to build, how to obtain a stack trace, how to debug, how to print debug statements, etc.
Make a bin folder which stores the binary and other build artefacts
Add the info in the INSTALL file
The text was updated successfully, but these errors were encountered:
If you follow standard make and make install command then the application will be installed under /user/local hierarchy. Don't see what is the problem here.
Hello,
I tried to follow the steps mentioned in the README and also went through the INSTALL file but after firing the make command, it was not obvious where the executable binary was built. In my limited experience using make, I was hoping for a bin directory to be created, but I couldn't find it.
Since the make file was too long, I couldn't trace it there as well. At any rate, after looking at .gitignore, I found that the binary is present in the src directory.
Please suggest a way in which we can make it easy for other people to contribute to this project. I am listing down some ways below
The text was updated successfully, but these errors were encountered: