Ignore:
Timestamp:
2021-10-21T14:52:46+13:00 (2 years ago)
Author:
davidb
Message:

svn URLs updated from http to https

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/gnome-lib/trunk/src/README

    r35073 r35660  
    99However, if compiling gnome-lib manually (outside a Greenstone installation), then the above is still necessary to compile wvware and you need to add -fPIC to CFLAGS and CXXFLAGS:
    1010
    11    svn co http://svn.greenstone.org/gs2-extensions/gnome-lib/trunk gnome-lib
     11   svn co https://svn.greenstone.org/gs2-extensions/gnome-lib/trunk gnome-lib
    1212   cd gnome-lib/src
    1313OR**
    14    svn co http://svn.greenstone.org/gs2-extensions/gnome-lib/trunk/src gnome-lib
     14   svn co https://svn.greenstone.org/gs2-extensions/gnome-lib/trunk/src gnome-lib
    1515   cd gnome-lib
    1616
     
    6666This will generate the tar.gz file. For ElCapitan and later MacOS, ensure the tar.gz file is named correctly. It may need to be moved into the folder containing the src subfolder.
    67675. If you haven't already, check out trunk level of gnome-lib and put the tar.gz there:
    68    svn co --depth files http://svn.greenstone.org/gs2-extensions/gnome-lib/trunk/
     68   svn co --depth files https://svn.greenstone.org/gs2-extensions/gnome-lib/trunk/
    6969(--depth files only checks out files at that level, not a recursive checkout of folders and subfolders)
    70706. svn commit the tar.gz file
Note: See TracChangeset for help on using the changeset viewer.