Menu

#133 installing webcamstudio no make file

0.72
New
nobody
None
Medium
Linux
Unspecified
Other
2016-02-14
2015-11-25
Jun Saturay
No

I have been trying to install webcamstudio-0.73 downloaded from sourceforge.net. I extracted the folder and followed README instructions. When I try to run make on terminal I get
$ make
make: *** No targets specified and no makefile found. Stop.

I am on ubuntustudio 14.04 with OpenJDK Java7. I tried the same on a lenovo x201 laptop and another desktop, all running ubuntustudio 14.04, I get the same result.

Can you help me out?

jun

Related

Tickets: #133

Discussion

  • Soylent TV

    Soylent TV - 2015-11-26

    Hi Jun Saturay and thanks for the feedback.
    In Ubuntu the easiest way to install WS is using the PPA.
    From a terminal type:

    $ sudo add-apt-repository ppa:webcamstudio/webcamstudio-dailybuilds
    ,,, and then:
    $ sudo apt-get update
    ... and finally:
    $ sudo apt-get install webcamstudio

    Restart the system and all should be ready to run.

    To compile from source you cannot use the make command because WS is written in Java.
    You can download NetBeansIDE from Oracle:
    https://netbeans.org/downloads/
    (Java SE version is enough) and then do a checkout from SF using the following URL:
    svn://svn.code.sf.net/p/webcamstudio/code/trunk

    Have a good day.
    karl

     
    • Jun Saturay

      Jun Saturay - 2015-11-26

      Thanks super, karl. I will follow the Ubuntu route for now.

      On Thu, Nov 26, 2015 at 4:57 PM, Soylent TV karl-ellis@users.sf.net wrote:

      Hi Jun Saturay and thanks for the feedback.
      In Ubuntu the easiest way to install WS is using the PPA.

      From a terminal type:

      $ sudo add-apt-repository ppa:webcamstudio/webcamstudio-dailybuilds
      ,,, and then:
      $ sudo apt-get update
      ... and finally:
      $ sudo apt-get install webcamstudio

      Restart the system and all should be ready to run.

      To compile from source you cannot use the make command because WS is
      written in Java.
      You can download NetBeansIDE from Oracle:
      https://netbeans.org/downloads/
      (Java SE version is enough) and then do a checkout from SF using the
      following URL:
      svn://svn.code.sf.net/p/webcamstudio/code/trunk

      Have a good day.
      karl


      Status: New
      Milestone: 0.72
      Created: Wed Nov 25, 2015 08:07 PM UTC by Jun Saturay
      Last Updated: Wed Nov 25, 2015 08:07 PM UTC
      Owner: nobody

      I have been trying to install webcamstudio-0.73 downloaded from
      sourceforge.net. I extracted the folder and followed README instructions.
      When I try to run make on terminal I get
      $ make
      make: *** No targets specified and no makefile found. Stop.

      I am on ubuntustudio 14.04 with OpenJDK Java7. I tried the same on a
      lenovo x201 laptop and another desktop, all running ubuntustudio 14.04, I
      get the same result.

      Can you help me out?

      jun

      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/webcamstudio/tickets/133/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

       

      Related

      Tickets: #133


Log in to post a comment.