0

I have done cloned deepin-terminal source code from github. Now, what should I do if I want to build it and install deepin-terminal into my ubuntu laptop? Thank you for answer and help, I am really newbie in linux.

sumarouno
  • 3
  • 2
  • There doesn't seem to be any instructions with that repository, but there's a PPA available - so that will be simpler to use: http://www.noobslab.com/2014/05/deepin-terminal-updated-to-latest.html – muru Jul 10 '14 at 23:07
  • @muru I'd add that as an answer :) – Seth Jul 10 '14 at 23:12

1 Answers1

0

There are no instructions with the repository that I could find, but Noobslab have provided a PPA for Deepin applications including the terminal. To use it, do:

sudo add-apt-repository ppa:noobslab/deepin-sc
sudo apt-get update
sudo apt-get install deepin-terminal
muru
  • 193,181
  • 53
  • 473
  • 722