Git Product home page Git Product logo

Comments (4)

SubOptimal avatar SubOptimal commented on May 18, 2024 1

Why Linux should not be supported? Which features are not working?

As a quick test the following worked for me on Debian bullseye

$ apt-get install rustc cargo
$ cd /tmp
$ git clone https://github.com/willdoescode/nat
$ cd /tmp/nat
$ cargo build
...
    Finished dev [unoptimized + debuginfo] target(s) in 30.63s
$ cd target/debug
$ ./nat

grafik

edit Do get the ls output (more or less) close to the one from nat you would need to call ls as ls -h --full-time --time-style="+%Y-%m-%d %H:%M:%S" -U -A

grafik

from nat.

willdoescode avatar willdoescode commented on May 18, 2024

Linux is not currently supported in nat. I will reopen this thread if that changes.

from nat.

willdoescode avatar willdoescode commented on May 18, 2024

for other linux users nat did not seem to work I will add the steps you took to compile to the readme

from nat.

spikecodes avatar spikecodes commented on May 18, 2024

@willdoescode I am on Manjaro, a fork of ArchLinux. I downloaded nat using the package that I published to the AUR (arch user repository) and it works flawlessly for me:
image

If you're wondering, the AUR package clones this repository and runs:

cargo build --release --locked --all-features --target-dir=target

Then puts the binary in /usr/bin/ so users can run nat from their command line.
Another user reported that the build failed because of the --locked flag so I will probably remove that.

from nat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.