Project

General

Profile

Actions

Bug #665

closed

VDR-Version im Makefile anpassen

Added by P3F almost 13 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Urgent
Assignee:
Start date:
07/02/2011
Due date:
% Done:

0%

Estimated time:

Description

Im Makefile ist in Zeile 4 die VDR-Version fest eingetragen, dadurch kompiliert dieses Plugin nicht (ausser beim vdr-1.6.0)

Bitte korrigieren:
  1. prefix for non-VDR stuff
    PREFIX ?= /usr/local
  2. VDR directory
    VDRDIR ?= /usr/local/src/vdr-1.7.18

Danke,

Pit

Actions #1

Updated by aajanki almost 13 years ago

  • Status changed from New to Closed

The correct way is to compile the plugin with commands

make VDRDIR=/usr/local/src/vdr-1.7.18
make install VDRDIR=/usr/local/src/vdr-1.7.18

Because there is no standard location for the VDR sources, the makefile can't contain a path that would work for everybody.

Actions

Also available in: Atom PDF