Re: Problems at make step

This article assumes a certain comfort with the Linux command line—it’s not mentioned but important. Some parts will be confusing without this comfort or understanding.

Contents within backticks (i.e. “", you're missing these when you pasted the command) tell the shell to execute these commands.uname -r` prints the running kernel’s running release, and pwd prints the current directory. Both uname and pwd are standard UNIX commands and have man pages where you can read more information about them.


Reply

The content of this field is kept private and will not be shown publicly.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • You can use Markdown syntax to format and style the text.
  • Images can be added to this post.
  • You may use [inline:xx] tags to display uploaded files or images inline.
More information about formatting options