mrusme / superhighway84

USENET-inspired, uncensorable, decentralized internet discussion system running on IPFS & OrbitDB
https://xn--gckvb8fzb.com/superhighway84
GNU General Public License v3.0
694 stars 24 forks source link

(Very Crude) Windows Port #17

Closed altilunium closed 2 years ago

altilunium commented 2 years ago

Very crude Windows port. Confirmed working on Windows 10 Pro N 64 bit. Can read, reply and post new thread.

How to Install :

  1. Install IPFS on Windows, add IPFS on PATH.
  2. Create folder "b"on D: hard drive (or, setup your own preferred path on superhighway84.go line 42). This folder will store the database.
  3. Customize your own username by modifying /tui/mainscreen.go on line 280 and line 318 (newArticle.From = "your username")
  4. Build the binary (go build .)