Questions tagged [compile]

Process of translating source code from a high-level programming language to a lower level language. For Monero this usually means taking source code from Github and converting it into a program that can be ran on the users OS.

30 questions
5
votes
1 answer

How to compile monero quickly after code modification

I want to know if there is a way to compile the code via terminal after modify one line in the code' but without the need to compile all the code (now I compile with 'make release'). Thanks!
adsl
  • 315
  • 1
  • 8
1
vote
1 answer

Error trying to compile Monero on Fedora 25 - makefile:62: recipe for target 'release-all' failed

When trying to compile the latest Monero on Fedora 25, I'm getting this error. When I run make, this is all the output below. I double-checked and I have all the dependencies...cmake is installed. mkdir -p build/release cd build/release && cmake -D…
gdoober
  • 685
  • 4
  • 14