Skip to content

configuring the compile command string. #550

Answered by orbitalquark
Littlechay asked this question in Q&A
Discussion options

You must be logged in to vote

Let's suppose you have a project at /home/me/projects/myproject. In order for Textadept to recognize it as a project, there needs to be a version control folder in the root directory of that project. You have a couple of options:

  1. If you have Git or Mercurial installed, you can open a terminal and run git init or hg init from the myproject directory.
  2. You can create an empty .git or .hg directory in the myproject directory. Note that this is a "hidden" folder and may not be visible by default in your file browser or terminal. You can use a file browser or terminal to do this.

Since your Makefile is in /home/me/projects/myproject/build, you'd tell Textadept about it like this:

textadept.ru…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@Littlechay
Comment options

@orbitalquark
Comment options

@Littlechay
Comment options

@orbitalquark
Comment options

Answer selected by Littlechay
@Littlechay
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants