Il 08/01/2013 07:14, Damir Marko ha scritto: > Hello, > > I recently heard about darktable and I thing it is very nice software. > But I am new to linux and I think that is where my problem is. I know > very little about it. I am using Ubuntu 12.04. > > On the blog I was reading about new denoise (profiled) module so I > wanted to try that new function. I deinstalled ppa version of dt, and > tried to install from git repository. Finally I got it to install but it > is only version 0.9.3. > > Is that normal? How can I upgrade to version 1.1.1? I tried with Pascals > ppa and I get new version but there is still no new denoise module. > > Can you help me, please. >
Hi, this is strange. Are you sure you have pulled the last git version? Here some tips for you: - move to darktable git directory and execute: "git pull" - then verify the last commit you have: use "git log" or gitk (probably gitk has to be installed): when I write, last commit is: 83c91ae [57 minutes ago] (simonspa) Merge pull request #145 from levitte/swedish - compile and install again and check install destination directory (generally /opt/darktable) execute darktable with absolute path (in my case: /opt/darktable/bin/darktable) -> you should see 1.1xxx version Last: git clone/pull get the master branch of git repository; if you want additional branch to test development features you need to pull that branches from remote repository. But in this case denoise (profiled)module is already in master. Don't hesitate to ask more info :) Ivan ------------------------------------------------------------------------------ Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS and more. Get SQL Server skills now (including 2012) with LearnDevNow - 200+ hours of 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_122512 _______________________________________________ Darktable-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/darktable-users
