https://github.com/codemouse92/stereonet-9-installer
Install script for Stereonet 9 on Linux
https://github.com/codemouse92/stereonet-9-installer
Last synced: 9 months ago
JSON representation
Install script for Stereonet 9 on Linux
- Host: GitHub
- URL: https://github.com/codemouse92/stereonet-9-installer
- Owner: CodeMouse92
- Created: 2021-02-11T01:03:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-11T02:15:54.000Z (almost 5 years ago)
- Last Synced: 2025-02-16T18:47:55.789Z (12 months ago)
- Language: Shell
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stereonet 9 Install for Linux
This is an install script for setting up Stereonet 9 (provided by geo.cornell.edu) on Linux, for the current user.
The official Linux variant does not run on some newer Linux systems, but the Windows version runs well through Wine.
## Step 1: Install Wine
You must have Wine installed. For Ubuntu 18.04 and later, you can just install directly from the main repositories:
```bash
sudo apt install wine64 wine32
```
If you want a newer version of Wine, or are on a system that doesn't have Wine available by default, follow the instructions here: https://wiki.winehq.org/Download
## Step 2: Install Stereonet
Download and run the install script from this repository.
```bash
wget https://raw.githubusercontent.com/CodeMouse92/stereonet-9-installer/main/install-stereonet.sh
chmod +x install-stereonet.sh
./install-stereonet.sh
```
## Step 3: Run!
Run...
```bash
stereonet
```
If you've just barely set up Wine, follow the on-screen prompts to finish setup.
Stereonet should start.
## Step 4: Use like normal
You can now launch Stereonet like any other application, from your menu or application browser. Alternatively, you can always start it from command-line with `stereonet`.
Please report problems with the installer in Issues here.
This one is for my dear sister Maddie!