我买了一台条形码打印机 Godex。我必须安装它的驱动程序。我是在Ubuntu上做的。但是,我有一些问题。例如:在 README 文件中:
$ sudo aptitude install libcupsimage2-dev
但贝壳说我
sudo:aptitude: command not found
此外,当我写sudo apt-get install aptitude it
说
sudo:apt-get: command not found
然后,当我写./configure
shell 时,会出现以下内容。
./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
我该如何修复它?我怎样才能安装这个包?现在已经感谢您的帮助了。