Try something like
sudo apt-get install git make automake libcurl4-gnutls-dev
git clone
https://github.com/vehre/neo-gpuminer/cd neo-gpuminer
./autogen.sh
./configure CFLAGS="-Ofast -DASM -march=native"
make
run ./cgminer --neoscrypt -o http://<poolname>:<pool port> -O username:password
Thank you very much, but it still doesn't work
user@miner:~$ sudo apt-get install git make automake libcurl4-gnutls-dev
[sudo] password for user:
Reading package lists... Done
Building dependency tree
Reading state information... Done
make is already the newest version.
The following extra packages will be installed:
git-man libcurl3-gnutls liberror-perl librtmp1
Suggested packages:
git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk
gitweb git-arch git-cvs git-mediawiki git-svn libcurl4-doc libcurl3-dbg
libgnutls28-dev libidn11-dev libkrb5-dev libldap2-dev librtmp-dev
The following NEW packages will be installed:
git git-man liberror-perl
The following packages will be upgraded:
automake libcurl3-gnutls libcurl4-gnutls-dev librtmp1
4 upgraded, 3 newly installed, 0 to remove and 757 not upgraded.
Need to get 3.996 kB of archives.
After this operation, 22,7 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1
http://de.archive.ubuntu.com/ubuntu/ utopic/main libcurl4-gnutls-dev amd64 7.37.1-1ubuntu3 [242 kB]
Get:2
http://de.archive.ubuntu.com/ubuntu/ utopic/main librtmp1 amd64 2.4+20131018.git79459a2-4 [54,0 kB]
Get:3
http://de.archive.ubuntu.com/ubuntu/ utopic/main libcurl3-gnutls amd64 7.37.1-1ubuntu3 [170 kB]
Get:4
http://de.archive.ubuntu.com/ubuntu/ utopic/main automake all 1:1.14.1-3ubuntu1 [510 kB]
Get:5
http://de.archive.ubuntu.com/ubuntu/ utopic/main liberror-perl all 0.17-1.1 [21,1 kB]
Get:6
http://de.archive.ubuntu.com/ubuntu/ utopic/main git-man all 1:2.1.0-1 [699 kB]
Get:7
http://de.archive.ubuntu.com/ubuntu/ utopic/main git amd64 1:2.1.0-1 [2.299 kB]
Fetched 3.996 kB in 5s (740 kB/s)
(Reading database ... 190511 files and directories currently installed.)
Preparing to unpack .../libcurl4-gnutls-dev_7.37.1-1ubuntu3_amd64.deb ...
Unpacking libcurl4-gnutls-dev:amd64 (7.37.1-1ubuntu3) over (7.36.0-2ubuntu1) ...
Preparing to unpack .../librtmp1_2.4+20131018.git79459a2-4_amd64.deb ...
Unpacking librtmp1:amd64 (2.4+20131018.git79459a2-4) over (2.4+20131018.git79459a2-2) ...
Preparing to unpack .../libcurl3-gnutls_7.37.1-1ubuntu3_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.37.1-1ubuntu3) over (7.36.0-2ubuntu1) ...
Preparing to unpack .../automake_1%3a1.14.1-3ubuntu1_all.deb ...
Unpacking automake (1:1.14.1-3ubuntu1) over (1:1.14.1-2ubuntu1) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ...
Unpacking liberror-perl (0.17-1.1) ...
Selecting previously unselected package git-man.
Preparing to unpack .../git-man_1%3a2.1.0-1_all.deb ...
Unpacking git-man (1:2.1.0-1) ...
Selecting previously unselected package git.
Preparing to unpack .../git_1%3a2.1.0-1_amd64.deb ...
Unpacking git (1:2.1.0-1) ...
Processing triggers for man-db (2.6.7.1-1) ...
Processing triggers for install-info (5.2.0.dfsg.1-4) ...
Processing triggers for doc-base (0.10.5) ...
Processing 1 changed doc-base file...
Registering documents with scrollkeeper...
Setting up librtmp1:amd64 (2.4+20131018.git79459a2-4) ...
Setting up libcurl3-gnutls:amd64 (7.37.1-1ubuntu3) ...
Setting up libcurl4-gnutls-dev:amd64 (7.37.1-1ubuntu3) ...
Setting up automake (1:1.14.1-3ubuntu1) ...
Setting up liberror-perl (0.17-1.1) ...
Setting up git-man (1:2.1.0-1) ...
Setting up git (1:2.1.0-1) ...
Processing triggers for libc-bin (2.19-4ubuntu1) ...
user@miner:~$ git clone
https://github.com/vehre/neo-gpuminer/Cloning into 'neo-gpuminer'...
remote: Counting objects: 742, done.
remote: Total 742 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (742/742), 6.79 MiB | 839.00 KiB/s, done.
Resolving deltas: 100% (314/314), done.
Checking connectivity... done.
user@miner:~$ cd neo-gpuminer
user@miner:~/neo-gpuminer$ ./autogen.sh
configure.ac:39: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
Configuring...
./autogen.sh: 10: ./autogen.sh: /home/user/neo-gpuminer/configure: not found