Git Product home page Git Product logo

Comments (5)

bilisakuratyan avatar bilisakuratyan commented on June 18, 2024 1

Hi @jim-signal , I've done it. Thank you so much.

Before create the expected symbolic link, I did these things:

  • Delete the ringrtc file
  • Enable Developer Mode in Settings->Update & Security
  • Run Git shell as admin
  • Run export MSYS=winsymlinks:nativestrict in shell first

from ringrtc.

jim-signal avatar jim-signal commented on June 18, 2024

Hi @bilisakuratyan, this seems like it could be a symbolic link issue. Can you cd in to C:/Users/admin/Documents/Work/ringrtc/src/webrtc/ringrtc and do an ls or dir there? It should link back up to the src directory on the root.

Currently, our standard way to build on Windows is to use the Git bash shell, being sure to enable symbolic links when installing Git for Windows.

from ringrtc.

bilisakuratyan avatar bilisakuratyan commented on June 18, 2024

Hi @jim-signal, I changed your standard way to build it on Windows, using the Git bash shell.
The Git global config was below:
image

After download all webrtc source code, there were something wrong with running hooks win_toolchain, the error was below:
image

Following the tips it gave me, I set the environment variable DEPOT_TOOLS_WIN_TOOLCHAIN=0 on my PC and I also installed vs 2019 on my PC, but it still told me that Can't input load input file "ringrtc".

I can't cd into C:/Users/admin/Documents/Work/ringrtc/src/webrtc/ringrtc and do an ls or dir there.
The ringrtc directory atttribute was shown in Git shell as below:
image
This seems not like a link file.

from ringrtc.

jim-signal avatar jim-signal commented on June 18, 2024

Hi @bilisakuratyan, you can try deleting that ringrtc file and create the expected symbolic link. Before you do, check all these things:

  • Did you enable Developer Mode in Settings->Update & Security?
  • Did you install symbolic link support when installing Git (I am not sure if the config change is enough)?
  • You might need to run this in your shell first:
    export MSYS=winsymlinks:nativestrict

Now you should be able to run this command to make the link (from the src/webrtc/src directory of course):
$ ln -s ../../../src ringrtc

And $ ls -l should show something like this:
lrwxrwxrwx 1 admin 197121 12 Nov 27 15:00 ringrtc -> ../../../src/

This article might help if you still have issues: https://github.community/t/git-bash-symbolic-links-on-windows/522/10

from ringrtc.

jim-signal avatar jim-signal commented on June 18, 2024

That's great @bilisakuratyan, we'll look at updating the documentation!

from ringrtc.

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.