-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a note about dependencies in README.md #602
Comments
Thanks for the report! Would be nice to have these docs for sure. On a side note, are moving away from using |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI have 4 years working in development environments, have encountered several challenges, requests and teams focusing in reusable and efficient code, so that gives me a better understanding of the code and how to solve problems efficiently. How I plan on tackling this issueIn order to solve this issue, first I will resarch the project in order to have clear understanding of its functions and how it should perform so I can explain with details in the Read Me so it can be easily understood by the people how read it. |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedHello, I would like to investigate the project to generate the corresponding documentation. According to the description, I have to document certain things related to the How I plan on tackling this issueI plan to document in the Readme and test on my machine to verify the operation of the commands |
I don't think it is an issue anymore as it was part of near-sdk-sim, which got completely removed. |
Hi, I wanted to quickly get up and running with https://examples.near.org/NFT ,
but unfortunately compilation was not successful and I was getting errors very similar to #355
the error messages are not crystal clear, but it is possible to understand that my linux workstation misses some llvm and clang stuff,
so after
sudo dnf install llvm
sudo dnf install clang
things are now compiled, but dependencies should be listed in Readme.md
so others can clearly see what they need to start the job.
The text was updated successfully, but these errors were encountered: