Menu

Start the program Idjc

Gilles
2024-05-08
2024-05-09
  • Gilles

    Gilles - 2024-05-08

    Hi,
    I'm new to command lines and I admit that I'm lost on how to open idjc. I installed all the files indicated on this page with Synaptic. In which directory was idjc installed after installation with synaptic ?

    Thank for your help,
    Gil

     
    • Brian Millham

      Brian Millham - 2024-05-08

      You need to follow all of the instructions in Option 1 to build and install IDJC.

       
  • Gilles

    Gilles - 2024-05-08

    Hi Brian,
    Well, is all this correct ?

     sudo apt install python-is-python3 build-essential libc6-dev libglib2.0-dev jackd2 libjack-jackd2-dev libvorbis-dev libsamplerate0-dev libsndfile1-dev python-gi-dev libmpg123-dev libavcodec-dev libavformat-dev libtwolame-dev libmp3lame-dev libflac-dev python3-mutagen libspeex-dev libswscale-dev libvorbis-dev libogg-dev python
      sudo apt install git-core autoconf libtool-bin autopoint imagemagick
       sudo apt-get install pulseaudio-module-jack
       sudo apt-get install calf-plugins
      python -m pip install --upgrade --user urllib3
      wget https://sourceforge.net/projects/libshoutidjc.idjc.p/files/libshout-idjc-2.4.3.tar.gz
      tar xzvf libshout-idjc-2.4.3.tar.gz
      cd libshout-idjc-2.4.3/
      ./configure CFLAGS="-O2" --prefix=/usr
     make
     sudo make install
     sudo ldconfig
      git clone git://idjc.git.sourceforge.net/gitroot/idjc/idjc
      cd idjc/
     ./bootstrap
     ./configure CFLAGS="-O2" --prefix=/usr
     make
     sudo make install
    
     
    • Brian Millham

      Brian Millham - 2024-05-08

      Yes that's correct. Once you follow those steps you should have an IDJC icon in your menu. The actual command is idjc and it will be in /usr/bin

      What linux distribution are you running?

       
  • Gilles

    Gilles - 2024-05-08

    I use debian 12, Brian.
    The commands below were seen on a site to help with installation, because I'm just starting out.
    I admit that I don't know if we should do anything special with this:

    ./configure CFLAGS="-O2" --prefix=/usr
    
     
    • Brian Millham

      Brian Millham - 2024-05-08

      Just run all of the commands in order exactly as shown. You can even cut-paste to make it easier.

       
  • Gilles

    Gilles - 2024-05-09

    The 1st line of instruction gave me an error with python. The second instruction generated this for me:

    sudo apt-get install pulseaudio-module-jack
    Reading package lists... Done
    Building the dependency tree... Done
    Reading status information... Done
    Some packages cannot be installed. This can mean
    that you have asked for the impossible, or, if you use
    the unstable distribution, which some packages do not yet have
    been created or not released from Incoming.
    The following information should help you resolve the situation:

    The following packages contain unmet dependencies:
    pipewire-alsa: Conflicts with: pulseaudio but 16.1+dfsg1-2+b1 will need to be installed
    pipewire-audio: Conflicts with: pulseaudio but 16.1+dfsg1-2+b1 will need to be installed
    E: Error, pkgProblem::Resolve generated breaks, which may have been caused by packages needing to be kept as is.

    How to solve the problem ? What is 16.1+dfsg1-2+b1 ?

     
    • Brian Millham

      Brian Millham - 2024-05-09

      Why are you trying to install pulseaudio-module-jack? The official instructions do not say to install that. And I noticed calf-plugins also, again that is not mentioned in the official instructions.

       

Log in to post a comment.