Skip to content

Commit

Permalink
Remove the brewfile since macOS comes with these dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
libsteve committed Mar 19, 2023
1 parent 63835ee commit e531579
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
2 changes: 0 additions & 2 deletions Bibliotek.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@
AA2E47572828C87000E2434A /* BibMARCXMLOutputStream.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BibMARCXMLOutputStream.m; sourceTree = "<group>"; };
AA2E475C2828F52D00E2434A /* BibMARCXMLConstants.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BibMARCXMLConstants.h; sourceTree = "<group>"; };
AA2E475D2828F52D00E2434A /* BibMARCXMLConstants.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BibMARCXMLConstants.m; sourceTree = "<group>"; };
AA37678820CDB34000CF101D /* Brewfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Brewfile; sourceTree = "<group>"; };
AA382B2824439CA1009F624D /* BibMarcIO.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BibMarcIO.h; sourceTree = "<group>"; };
AA382B2924439CA1009F624D /* BibMarcIO.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BibMarcIO.m; sourceTree = "<group>"; };
AA4D08FD26657CA400C748EE /* BibAttributes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BibAttributes.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -411,7 +410,6 @@
AAD8D25929528FF900217DDD /* Buildfile */,
AACEDD6520C4757A004ACA07 /* LICENSE */,
AACEDD6620C47583004ACA07 /* README.md */,
AA37678820CDB34000CF101D /* Brewfile */,
AA14E83620D8D2AD00430A87 /* Frameworks */,
);
sourceTree = "<group>";
Expand Down
4 changes: 0 additions & 4 deletions Brewfile

This file was deleted.

8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,10 @@ Instructions

Clone the repository and all its submodules to your local machine.

git clone --recurse-submodules https://github.com/stevebrun/Bibliotek.git
git clone https://github.com/stevebrun/Bibliotek.git

When you build the `Bibliotek` target for the first time, the `./configure` script will be run to install
prerequisite tools with [Homebrew][brew] before proceeding to build YAZ into the project's build product's directory.

[brew]: https://brew.sh
Xcode will download and build the YAZ source code as needed when building the `libyaz` target.
The `Bibliotek` target depends on `libyaz`, so this will happen automatically when building `Bibliotek`.

References
---
Expand Down

0 comments on commit e531579

Please sign in to comment.