I see in the installation instructions that one is to obtain the code. Then navigate in Terminal to the directory which contains the code.
However, I am next asked to add execute permissions to a file called litex. However none of the files is just called litex. I do see a couple of .swift files in a directory.
litex
└── LiTeX-main
├── LICENSE
├── LiTeX
│ ├── LiveTextCLI.swift
│ └── NSImage+Extension.swift
├── README.md
├── litex.xcodeproj
│ ├── project.pbxproj
│ ├── project.xcworkspace
│ │ ├── contents.xcworkspacedata
│ │ ├── xcshareddata
│ │ │ ├── IDEWorkspaceChecks.plist
│ │ │ └── swiftpm
│ │ │ ├── Package.resolved
│ │ │ └── configuration
│ │ └── xcuserdata
│ │ └── keeline.xcuserdatad
│ │ └── UserInterfaceState.xcuserstate
│ ├── xcshareddata
│ │ └── xcschemes
│ │ ├── LiveTextPlayground.xcscheme
│ │ └── Release.xcscheme
│ └── xcuserdata
│ └── user.xcuserdatad
│ └── xcschemes
│ └── xcschememanagement.plist
└── materials
├── litex_demo.gif
└── litex_icon.png
Would it be more effective to do a git pull? The zip method doesn't work as I expect it would. I have not had similar problems with other github projects that I have installed.
James
I see in the installation instructions that one is to obtain the code. Then navigate in Terminal to the directory which contains the code.
However, I am next asked to add execute permissions to a file called litex. However none of the files is just called litex. I do see a couple of .swift files in a directory.
Would it be more effective to do a git pull? The zip method doesn't work as I expect it would. I have not had similar problems with other github projects that I have installed.
James