It depends on the library but usually either
./configure --prefix=$HOME
or
./waf configure --prefix=$HOME
You can do
PKG_CONFIG_PATH=$HOME/lib/pkgconfig ./waf configure --prefix=$HOME
to make waf find most libraries in $HOME/lib
Kind regards,
Carl
On Sun, 2 Sep 2018, Swaroop P wrote:
> Hi Carl
> Thanks, I'll check them out.
> 1 more question. Whenever i need to install is there a way to install library on a directory in linux user home.If possible how do i add dependencies from custom Location built libraries ?
>
> On Sun 2 Sep, 2018, 9:23 PM Carl Hetherington, <cth@carlh.net> wrote:
> They are good instructions to follow. To debug the segfault you need to
> use gdb. If you are in the dcpomatic source directory, to
>
> run/dcpomatic --debug
>
> and then when it crashes do
>
> thread apply all bt
>
> and the output should give us some clues.
>
> The stable branches are:
>
> dcpomatic: v2.12.x
> libdcp: v1.5.x
> libsub: v1.3.x
>
> I don't use an IDE (just Emacs and the terminal), but you can use whatever
> you like.
>
> Kind regards,
> Carl
>
> On Sun, 2 Sep 2018, Swaroop P wrote:
>
> > I have followed instructions according to https://dcpomatic.com/build/linux
> >
> > Thanks and Regards
> > Swaroop P
> > +91 91640 75030
> > iamswaroopp@gmail.com
> >
> >
> > On Sun, Sep 2, 2018 at 5:58 PM Swaroop P <iamswaroopp@gmail.com> wrote:
> > Hi Carl,
> >
> > I started working on dcpomatic player, I tried to build from source. I am facing the error. Segmentation fault (core dumped).
> >
> > I am new to C++ Environment. Could you please help me with the fix.
> > Since we need to build multiple libraries here, could you please let me know the tags for the stable build wrt each library.
> > And also please let me know the suitable IDE for development.
> >
> > Thanks and Regards
> > Swaroop P
> > +91 91640 75030
> > iamswaroopp@gmail.com
> >
> >
> > On Mon, Aug 20, 2018 at 7:54 PM Carl Hetherington <cth@carlh.net> wrote:
> > Hi Swaroop,
> >
> > There is no small work-around that I'm aware of. The main reason, so far
> > as I know, is that the JPEG2000 decoder is too slow.
> >
> > It would be interesting to profile the player, but I think it would show
> > that the bottleneck is OpenJPEG. This really needs speeding up in order
> > to achieve full-resolution playback.
> >
> > Kind regards,
> > Carl
> >
> > On Mon, 20 Aug 2018, Swaroop P wrote:
> >
> > > Hi Carl,
> > > Thanks for the support. While i was trying to play some videos on player , i saw that full resolution playback was laggy and multiple frames were skipped. Do we know
> > > of any work around for this. If there is a small workaround i would also like to take that up
> > >
> > > Regards
> > > Swaroop P
> > >
> > >
> > > On Mon 20 Aug, 2018, 6:16 PM Carl Hetherington, <cth@carlh.net> wrote:
> > > Good afternoon Swaroop,
> > >
> > > Great! My first step would be to see if wxWidgets has any support for
> > > full-screen mode, and if so look at modifying src/wx/film_viewer.cc to
> > > support it.
> > >
> > > You might have bigger problems with the performance of the player if you
> > > want to play back DCPs at full resolution.
> > >
> > > Kind regards,
> > > Carl
> > >
> > >
> > > On Mon, 20 Aug 2018, Swaroop P via DCPomatic wrote:
> > >
> > > > Hi All,
> > > >
> > > > I registered to DCP o matic [https://dcpomatic.com/mantis/] today. I am planning to use dcp-o-matic in my next project and I saw that there is an open
> > > feature
> > > > request https://dcpomatic.com/mantis/view.php?id=1329 I need full screen playback feature for my next project .Could you please help me on start on
> > > this. I would
> > > > love to work on multiple Issues on this project going forward.
> > > >
> > > > Thanks and Regards
> > > > Swaroop P
> > > > +91 91640 75030
> > > > iamswaroopp@gmail.com
> > > >
> > > >
> > >
> > >
> > >
> >
> >
> >
>
>
>