fedora27安裝堅(jiān)果云Linux客戶端

參考資料:如何從源代碼編譯安裝
安裝步驟:

  1. 先嘗試RPM安裝
$ rpm -ivh nautilus_nutstore_amd64.rpm 
error: Failed dependencies:
    java >= 1:1.7.0 is needed by nautilus-nutstore-3.1.0-1.fc19.x86_64
    libnautilus-extension.so.1()(64bit) is needed by nautilus-nutstore-3.1.0-1.fc19.x86_64
    nautilus-extensions >= 3.0.0 is needed by nautilus-nutstore-3.1.0-1.fc19.x86_64
  1. 解決軟件包依賴關(guān)系
    由于我們使用的是fedora,則使用:
$> sudo yum install glib2-devel gtk2-devel nautilus-devel gvfs java-1.7.0-openjdk-headless

提示:
Package glib2-devel-2.54.3-2.fc27.x86_64 is already installed, skipping.
Package gvfs-1.34.2.1-1.fc27.x86_64 is already installed, skipping.
No match for argument: java-1.7.0-openjdk-headless
Error: Unable to find a match

由于我之前安裝了JDK1.8店归,暫時(shí)忽略1.7.0進(jìn)行嘗試先安裝其他依賴包剧辐。

$ sudo yum install gtk2-devel nautilus-devel 
Installed:
  gtk2-devel.x86_64 2.24.32-1.fc27                                              
  nautilus-devel.x86_64 3.26.3.1-1.fc27                                         
  tracker-miners.x86_64 2.0.4-2.fc27                                            
  at-spi2-atk-devel.x86_64 2.26.1-1.fc27                                        
  at-spi2-core-devel.x86_64 2.26.2-1.fc27                                       
  atk-devel.x86_64 2.26.1-1.fc27                                                
  cairo-devel.x86_64 1.15.10-1.fc27                                             
  cairo-gobject-devel.x86_64 1.15.10-1.fc27                                     
  dbus-devel.x86_64 1:1.12.8-1.fc27                                             
  gdk-pixbuf2-devel.x86_64 2.36.11-1.fc27                                       
  gnome-autoar.x86_64 0.2.3-1.fc27                                              
  graphite2-devel.x86_64 1.3.10-3.fc27                                          
  gtk3-devel.x86_64 3.22.26-2.fc27                                              
  harfbuzz-devel.x86_64 1.4.8-1.fc27                                            
  libXcomposite-devel.x86_64 0.4.4-11.fc27                                      
  libepoxy-devel.x86_64 1.4.3-3.fc27                                            
  libgexiv2.x86_64 0.10.8-1.fc27                                                
  libgrss.x86_64 0.7.0-5.fc27                                                   
  libgsf.x86_64 1.14.41-4.fc27                                                  
  libiptcdata.x86_64 1.0.4-18.fc27                                              
  libosinfo.x86_64 1.1.0-1.fc27                                                 
  mesa-libwayland-egl-devel.x86_64 17.3.6-1.fc27                                
  nautilus.x86_64 3.26.3.1-1.fc27                                               
  nautilus-extensions.x86_64 3.26.3.1-1.fc27                                    
  osinfo-db.noarch 20180531-1.fc27                                              
  osinfo-db-tools.x86_64 1.1.0-4.fc27                                           
  pango-devel.x86_64 1.40.14-1.fc27                                             
  pixman-devel.x86_64 0.34.0-4.fc27                                             
  tracker.x86_64 2.0.3-1.fc27                                                   
  wayland-devel.x86_64 1.14.0-2.fc27                                            
  wayland-protocols-devel.noarch 1.10-1.fc27                                    

Upgraded:
  dbus.x86_64 1:1.12.8-1.fc27            dbus-libs.x86_64 1:1.12.8-1.fc27       
  dbus-x11.x86_64 1:1.12.8-1.fc27   
  1. 下載Nautilus插件源代碼包
$ wget http://www.jianguoyun.com/static/exe/installer/nutstore_linux_src_installer.tar.gz
  1. 解壓縮膝但,編譯和安裝Nautilus插件
$> tar zxf nutstore_linux_src_installer.tar.gz
$> cd nutstore_linux_src_installer && ./configure && make
$> sudo make install

日志如下:

configure: loading site script /usr/share/config.site
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.10... yes
checking for GLIB... yes
checking for NAUTILUS... yes
checking for nautilus extension directory... /usr/lib64/nautilus/extensions-3.0
checking for ANSI C header files... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking return type of signal handlers... void
checking for memset... yes
checking for select... yes
checking for socket... yes
checking for strchr... yes
checking for strdup... yes
checking for strtol... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating icons/Makefile
config.status: creating icons/hicolor/Makefile
config.status: creating icons/hicolor/16x16/Makefile
config.status: creating icons/hicolor/64x64/Makefile
config.status: creating icons/hicolor/16x16/apps/Makefile
config.status: creating icons/hicolor/64x64/emblems/Makefile
config.status: creating icons/hicolor/64x64/apps/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make  all-recursive
make[1]: Entering directory '/home/brian/Downloads/nutstore_linux_src_installer'
Making all in src
make[2]: Entering directory '/home/brian/Downloads/nutstore_linux_src_installer/src'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -Wall  -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -pthread   -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT nutstore.lo -MD -MP -MF .deps/nutstore.Tpo -c -o nutstore.lo nutstore.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -pthread -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT nutstore.lo -MD -MP -MF .deps/nutstore.Tpo -c nutstore.c  -fPIC -DPIC -o .libs/nutstore.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -pthread -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT nutstore.lo -MD -MP -MF .deps/nutstore.Tpo -c nutstore.c -o nutstore.o >/dev/null 2>&1
mv -f .deps/nutstore.Tpo .deps/nutstore.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -Wall  -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -pthread   -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT nautilus-nutstore.lo -MD -MP -MF .deps/nautilus-nutstore.Tpo -c -o nautilus-nutstore.lo nautilus-nutstore.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -pthread -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT nautilus-nutstore.lo -MD -MP -MF .deps/nautilus-nutstore.Tpo -c nautilus-nutstore.c  -fPIC -DPIC -o .libs/nautilus-nutstore.o
nautilus-nutstore.c: In function 'nautilus_nutstore_instance_init':
nautilus-nutstore.c:951:5: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations]
     nuts->ns_root_dirs_mutex = g_mutex_new();
     ^~~~
In file included from /usr/include/glib-2.0/glib.h:108:0,
                 from nautilus-nutstore.c:12:
/usr/include/glib-2.0/glib/deprecated/gthread.h:277:17: note: declared here
 GMutex *        g_mutex_new             (void);
                 ^~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -pthread -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT nautilus-nutstore.lo -MD -MP -MF .deps/nautilus-nutstore.Tpo -c nautilus-nutstore.c -o nautilus-nutstore.o >/dev/null 2>&1
mv -f .deps/nautilus-nutstore.Tpo .deps/nautilus-nutstore.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -Wall  -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -pthread   -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT command-client.lo -MD -MP -MF .deps/command-client.Tpo -c -o command-client.lo command-client.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -pthread -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT command-client.lo -MD -MP -MF .deps/command-client.Tpo -c command-client.c  -fPIC -DPIC -o .libs/command-client.o
command-client.c: In function 'nutstore_command_client_thread':
command-client.c:651:17: warning: 'g_async_queue_timed_pop' is deprecated: Use 'g_async_queue_timeout_pop' instead [-Wdeprecated-declarations]
                 cmd = g_async_queue_timed_pop(client->cmd_queue, &gtv);
                 ^~~
In file included from /usr/include/glib-2.0/glib.h:32:0,
                 from command-client.c:13:
/usr/include/glib-2.0/glib/gasyncqueue.h:114:14: note: declared here
 gpointer     g_async_queue_timed_pop            (GAsyncQueue      *queue,
              ^~~~~~~~~~~~~~~~~~~~~~~
command-client.c: In function 'nutstore_command_client_setup':
command-client.c:739:5: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations]
     client->mutex = g_mutex_new();
     ^~~~~~
In file included from /usr/include/glib-2.0/glib.h:108:0,
                 from command-client.c:13:
/usr/include/glib-2.0/glib/deprecated/gthread.h:277:17: note: declared here
 GMutex *        g_mutex_new             (void);
                 ^~~~~~~~~~~
command-client.c: In function 'nutstore_command_client_start':
command-client.c:796:5: warning: 'g_thread_create' is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations]
     g_thread_create((gpointer (*)(gpointer data)) nutstore_command_client_thread,
     ^~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:108:0,
                 from command-client.c:13:
/usr/include/glib-2.0/glib/deprecated/gthread.h:104:10: note: declared here
 GThread *g_thread_create       (GThreadFunc       func,
          ^~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -pthread -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT command-client.lo -MD -MP -MF .deps/command-client.Tpo -c command-client.c -o command-client.o >/dev/null 2>&1
mv -f .deps/command-client.Tpo .deps/command-client.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -Wall  -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -pthread   -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT inputcmd-server.lo -MD -MP -MF .deps/inputcmd-server.Tpo -c -o inputcmd-server.lo inputcmd-server.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -pthread -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT inputcmd-server.lo -MD -MP -MF .deps/inputcmd-server.Tpo -c inputcmd-server.c  -fPIC -DPIC -o .libs/inputcmd-server.o
inputcmd-server.c: In function 'nutstore_inputcmd_server_start':
inputcmd-server.c:293:5: warning: 'g_thread_create' is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations]
     g_thread_create((gpointer (*)(gpointer)) nutstore_inputcmd_server_thread,
     ^~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:108:0,
                 from util.h:4,
                 from inputcmd-server.c:13:
/usr/include/glib-2.0/glib/deprecated/gthread.h:104:10: note: declared here
 GThread *g_thread_create       (GThreadFunc       func,
          ^~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -pthread -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT inputcmd-server.lo -MD -MP -MF .deps/inputcmd-server.Tpo -c inputcmd-server.c -o inputcmd-server.o >/dev/null 2>&1
mv -f .deps/inputcmd-server.Tpo .deps/inputcmd-server.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -Wall  -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -pthread   -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT util.lo -MD -MP -MF .deps/util.Tpo -c -o util.lo util.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -pthread -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c  -fPIC -DPIC -o .libs/util.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -pthread -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -o util.o >/dev/null 2>&1
mv -f .deps/util.Tpo .deps/util.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc -Wall  -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -pthread   -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -module -avoid-version  -o libnautilus-nutstore.la -rpath /usr/lib64/nautilus/extensions-3.0 nutstore.lo nautilus-nutstore.lo command-client.lo inputcmd-server.lo util.lo -lnautilus-extension -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0  -lglib-2.0  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/nutstore.o .libs/nautilus-nutstore.o .libs/command-client.o .libs/inputcmd-server.o .libs/util.o   -lnautilus-extension -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0  -pthread -O2   -pthread -Wl,-soname -Wl,libnautilus-nutstore.so -o .libs/libnautilus-nutstore.so
libtool: link: ar cru .libs/libnautilus-nutstore.a  nutstore.o nautilus-nutstore.o command-client.o inputcmd-server.o util.o
libtool: link: ranlib .libs/libnautilus-nutstore.a
libtool: link: ( cd ".libs" && rm -f "libnautilus-nutstore.la" && ln -s "../libnautilus-nutstore.la" "libnautilus-nutstore.la" )
make[2]: Leaving directory '/home/brian/Downloads/nutstore_linux_src_installer/src'
Making all in icons
make[2]: Entering directory '/home/brian/Downloads/nutstore_linux_src_installer/icons'
Making all in hicolor
make[3]: Entering directory '/home/brian/Downloads/nutstore_linux_src_installer/icons/hicolor'
Making all in 16x16
make[4]: Entering directory '/home/brian/Downloads/nutstore_linux_src_installer/icons/hicolor/16x16'
Making all in apps
make[5]: Entering directory '/home/brian/Downloads/nutstore_linux_src_installer/icons/hicolor/16x16/apps'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/brian/Downloads/nutstore_linux_src_installer/icons/hicolor/16x16/apps'
make[5]: Entering directory '/home/brian/Downloads/nutstore_linux_src_installer/icons/hicolor/16x16'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/brian/Downloads/nutstore_linux_src_installer/icons/hicolor/16x16'
make[4]: Leaving directory '/home/brian/Downloads/nutstore_linux_src_installer/icons/hicolor/16x16'
Making all in 64x64
make[4]: Entering directory '/home/brian/Downloads/nutstore_linux_src_installer/icons/hicolor/64x64'
Making all in emblems
make[5]: Entering directory '/home/brian/Downloads/nutstore_linux_src_installer/icons/hicolor/64x64/emblems'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/brian/Downloads/nutstore_linux_src_installer/icons/hicolor/64x64/emblems'
Making all in apps
make[5]: Entering directory '/home/brian/Downloads/nutstore_linux_src_installer/icons/hicolor/64x64/apps'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/brian/Downloads/nutstore_linux_src_installer/icons/hicolor/64x64/apps'
make[5]: Entering directory '/home/brian/Downloads/nutstore_linux_src_installer/icons/hicolor/64x64'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/brian/Downloads/nutstore_linux_src_installer/icons/hicolor/64x64'
make[4]: Leaving directory '/home/brian/Downloads/nutstore_linux_src_installer/icons/hicolor/64x64'
make[4]: Entering directory '/home/brian/Downloads/nutstore_linux_src_installer/icons/hicolor'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/brian/Downloads/nutstore_linux_src_installer/icons/hicolor'
make[3]: Leaving directory '/home/brian/Downloads/nutstore_linux_src_installer/icons/hicolor'
make[3]: Entering directory '/home/brian/Downloads/nutstore_linux_src_installer/icons'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/brian/Downloads/nutstore_linux_src_installer/icons'
make[2]: Leaving directory '/home/brian/Downloads/nutstore_linux_src_installer/icons'
make[2]: Entering directory '/home/brian/Downloads/nutstore_linux_src_installer'
make[2]: Leaving directory '/home/brian/Downloads/nutstore_linux_src_installer'
make[1]: Leaving directory '/home/brian/Downloads/nutstore_linux_src_installer'
  1. 重啟Nautilus
$> nautilus -q
  1. 運(yùn)行以下命令直晨,自動下載和安裝堅(jiān)果云其他二進(jìn)制組件
$> ./runtime_bootstrap
********************************************
fetching distribution package


--2018-07-13 17:36:10--  http://www.jianguoyun.com/static/exe/installer/nutstore_linux_dist_x64.tar.gz
Resolving www.jianguoyun.com (www.jianguoyun.com)... 140.143.51.110
Connecting to www.jianguoyun.com (www.jianguoyun.com)|140.143.51.110|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 7913575 (7.5M) [application/octet-stream]
Saving to: ‘/tmp/nutstore_linux_dist.tar.gz’

/tmp/nutstore_linux_dist.ta 100%[==========================================>]   7.55M  4.45MB/s    in 1.7s    

2018-07-13 17:36:16 (4.45 MB/s) - ‘/tmp/nutstore_linux_dist.tar.gz’ saved [7913575/7913575]


********************************************
Installation is completed succesfully.
Do you wish to start Nutstore now? 
1) Yes
2) No
#? 

輸入"1"兼搏, 提示

"You can launch nutstore by Gnome menus Applications->Internet->Nutstore. 
If there is not the entry, you need to restart gnome session by logging out manually"
  1. 測試
    點(diǎn)擊Applications->Internet->Nutstore泉粉,沒有任何反應(yīng)连霉?
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個(gè)濱河市嗡靡,隨后出現(xiàn)的幾起案子跺撼,更是在濱河造成了極大的恐慌,老刑警劉巖讨彼,帶你破解...
    沈念sama閱讀 212,454評論 6 493
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件歉井,死亡現(xiàn)場離奇詭異,居然都是意外死亡哈误,警方通過查閱死者的電腦和手機(jī)哩至,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,553評論 3 385
  • 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來蜜自,“玉大人菩貌,你說我怎么就攤上這事≈剀” “怎么了箭阶?”我有些...
    開封第一講書人閱讀 157,921評論 0 348
  • 文/不壞的土叔 我叫張陵,是天一觀的道長戈鲁。 經(jīng)常有香客問我仇参,道長,這世上最難降的妖魔是什么婆殿? 我笑而不...
    開封第一講書人閱讀 56,648評論 1 284
  • 正文 為了忘掉前任诈乒,我火速辦了婚禮,結(jié)果婚禮上鸣皂,老公的妹妹穿的比我還像新娘。我一直安慰自己暮蹂,他們只是感情好寞缝,可當(dāng)我...
    茶點(diǎn)故事閱讀 65,770評論 6 386
  • 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著仰泻,像睡著了一般荆陆。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上集侯,一...
    開封第一講書人閱讀 49,950評論 1 291
  • 那天被啼,我揣著相機(jī)與錄音帜消,去河邊找鬼。 笑死浓体,一個(gè)胖子當(dāng)著我的面吹牛泡挺,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播命浴,決...
    沈念sama閱讀 39,090評論 3 410
  • 文/蒼蘭香墨 我猛地睜開眼娄猫,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了生闲?” 一聲冷哼從身側(cè)響起媳溺,我...
    開封第一講書人閱讀 37,817評論 0 268
  • 序言:老撾萬榮一對情侶失蹤,失蹤者是張志新(化名)和其女友劉穎碍讯,沒想到半個(gè)月后悬蔽,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 44,275評論 1 303
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡捉兴,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 36,592評論 2 327
  • 正文 我和宋清朗相戀三年蝎困,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片轴术。...
    茶點(diǎn)故事閱讀 38,724評論 1 341
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡难衰,死狀恐怖,靈堂內(nèi)的尸體忽然破棺而出逗栽,到底是詐尸還是另有隱情盖袭,我是刑警寧澤,帶...
    沈念sama閱讀 34,409評論 4 333
  • 正文 年R本政府宣布彼宠,位于F島的核電站鳄虱,受9級特大地震影響,放射性物質(zhì)發(fā)生泄漏凭峡。R本人自食惡果不足惜拙已,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 40,052評論 3 316
  • 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望摧冀。 院中可真熱鬧倍踪,春花似錦、人聲如沸索昂。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,815評論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽椒惨。三九已至缤至,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間康谆,已是汗流浹背领斥。 一陣腳步聲響...
    開封第一講書人閱讀 32,043評論 1 266
  • 我被黑心中介騙來泰國打工嫉到, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留,地道東北人月洛。 一個(gè)月前我還...
    沈念sama閱讀 46,503評論 2 361
  • 正文 我出身青樓何恶,卻偏偏與公主長得像,于是被迫代替她去往敵國和親膊存。 傳聞我的和親對象是個(gè)殘疾皇子导而,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 43,627評論 2 350

推薦閱讀更多精彩內(nèi)容