public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
From: chrubis@suse.cz
To: Sedat Dilek <sedat.dilek@gmail.com>
Cc: ltp-list@lists.sourceforge.net
Subject: Re: [LTP] Mini-Howto: Building ltp-from-git on Ubuntu
Date: Mon, 21 Jan 2013 14:22:54 +0100	[thread overview]
Message-ID: <20130121132254.GB3768@rei> (raw)
In-Reply-To: <CA+icZUUQ4tGuko9qjMcaSUFCBaforJprCKgMMbbJpsPdKVPp6Q@mail.gmail.com>

Hi!
> ##### EXPORTS
> 
> export LANG=C
> export LC_ALL=C
> 
> ##### VARIABLES
> 
> WORKING_DIR="$HOME/src/ltp"
> 
> BUILD_LOG_FILE="build-log_ltp-git.txt"
> INSTALL_LOG_FILE="install-log_ltp-git.txt"
> 
> GIT_URL="https://github.com/linux-test-project/ltp.git"
> 
> PREFIX="/opt/ltp"
> 
> ##### PREREQS ON UBUNTU
> 
> sudo apt-get install build-essential
> sudo apt-get install autoconf automake autotools-dev m4
> sudo apt-get install git
> sudo apt-get install linux-headers-$(uname -r)
> sudo apt-get install libaio-dev libattr1-dev libcap-dev
> 
> ##### WORKING-DIR
> 
> mkdir -p $WORKING_DIR
> cd $WORKING_DIR
> 
> ##### GET LTP SOURCE
> 
> git clone $GIT_URL ltp-git
> 
> ##### CONFIGURING LTP
> 
> cd ltp-git/
> make autotools
> ./configure --prefix=$PREFIX
> 
> ##### BUILDING LTP
> 
> make 2>&1 | tee ../$BUILD_LOG_FILE
> 
> ##### INSTALL LTP
> 
> sudo make install 2>&1 | tee ../$INSTALL_LOG_FILE


This one looks good. I think that we can add it into the doc/ directory,
can you send a patch? (and perhaps change the filename not to use caps
as the rest of the files in doc/ is named in lowercase letters).

-- 
Cyril Hrubis
chrubis@suse.cz

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

      parent reply	other threads:[~2013-01-21 13:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-16 21:32 [LTP] Mini-Howto: Building ltp-from-git on Ubuntu Sedat Dilek
2013-01-17 15:31 ` chrubis
     [not found]   ` <CA+icZUUQ4tGuko9qjMcaSUFCBaforJprCKgMMbbJpsPdKVPp6Q@mail.gmail.com>
2013-01-21 13:22     ` chrubis [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130121132254.GB3768@rei \
    --to=chrubis@suse.cz \
    --cc=ltp-list@lists.sourceforge.net \
    --cc=sedat.dilek@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox